JK
Search Results for

    Show / Hide Table of Contents

    Class EquatableFacade<T>

    Inheritance
    System.Object
    EquatableFacade<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: JK.Common
    Assembly: JK.Common.dll
    Syntax
    public sealed class EquatableFacade<T>
    Type Parameters
    Name Description
    T

    Properties

    | Improve this Doc View Source

    AreObjectsEqual

    Declaration
    public Func<T, T, bool> AreObjectsEqual { get; set; }
    Property Value
    Type Description
    System.Func<T, T, System.Boolean>

    Methods

    | Improve this Doc View Source

    AreEqual(Object, Object)

    Declaration
    public bool AreEqual(object left, object right)
    Parameters
    Type Name Description
    System.Object left
    System.Object right
    Returns
    Type Description
    System.Boolean

    Extension Methods

    ClassExtensions.IsNull<T>(T)
    ClassExtensions.IsNotNull<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Jeremy Knight. Generated with DocFX