Show / Hide Table of Contents

    Class MapRenderer.IdentityComparer<T>

    Inheritance
    System.Object
    MapRenderer.IdentityComparer<T>
    Implements
    System.Collections.Generic.IEqualityComparer<T>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.Rendering.Skia
    Assembly: Mapsui.Rendering.Skia.dll
    Syntax
    public class IdentityComparer<T> : IEqualityComparer<T> where T : class
    Type Parameters
    Name Description
    T

    Methods

    | Improve this Doc View Source

    Equals(T, T)

    Declaration
    public bool Equals(T obj, T otherObj)
    Parameters
    Type Name Description
    T obj
    T otherObj
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetHashCode(T)

    Declaration
    public int GetHashCode(T obj)
    Parameters
    Type Name Description
    T obj
    Returns
    Type Description
    System.Int32

    Implements

    System.Collections.Generic.IEqualityComparer<T>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX