Search Results for

    Show / Hide Table of Contents

    Class IdentityComparer<T>

    Inheritance
    object
    IdentityComparer<T>
    Implements
    IEqualityComparer<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Styles
    Assembly: Mapsui.dll
    Syntax
    public class IdentityComparer<T> : IEqualityComparer<T> where T : class
    Type Parameters
    Name Description
    T

    Methods

    | Edit this page View Source

    Equals(T?, T?)

    Declaration
    public bool Equals(T? obj, T? otherObj)
    Parameters
    Type Name Description
    T obj
    T otherObj
    Returns
    Type Description
    bool
    | Edit this page View Source

    GetHashCode(T)

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

    Implements

    IEqualityComparer<T>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX