Show / Hide Table of Contents

    Class GeneralPropertyComparer<T>

    Inheritance
    Object
    GeneralPropertyComparer<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: XData.Extensions
    Assembly: XData.docfx.dll
    Syntax
    public class GeneralPropertyComparer<T> : IEqualityComparer<T>
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    GeneralPropertyComparer(Func<T, Object>[])

    Declaration
    public GeneralPropertyComparer(Func<T, object>[] expr)
    Parameters
    Type Name Description
    Func<T, Object>[] expr

    Methods

    | Improve this Doc View Source

    Equals(T, T)

    Declaration
    public bool Equals(T left, T right)
    Parameters
    Type Name Description
    T left
    T right
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    GetHashCode(T)

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

    Implements

    System.Collections.Generic.IEqualityComparer<T>

    Extension Methods

    SerializationExtensions.ToXml<T>(T)
    CollectionsExtensions.SetValue<TKey, T>(TKey, T)
    CollectionsExtensions.AsEnum<T>(T)
    DataObjectQueryableExtensions.CompareVariable(Object, FilterOperation, String)
    Processing.Do<T>(T, Action<IProcess<T>>[])
    TypeExtensions.TryConvert<T, TResult>(T, Func<T, TResult>)
    TypeExtensions.TryConvert<T, TResult>(T, Func<T, TResult>, TResult)
    TypeExtensions.ChangeType<T>(Object)
    TypeExtensions.ChangeType(Object, Type)
    TypeExtensions.InvokeMethod<TRet>(Object, Type[], Expression<Func<TRet>>, BindingFlags)
    TypeExtensions.InvokeMethod(Object, Type[], Expression<Action>, BindingFlags)
    TypeExtensions.InvokeMethod<TRet>(Object, Expression<Func<TRet>>, BindingFlags)
    TypeExtensions.InvokeMethod(Object, Expression<Action>, BindingFlags)
    SqlBlockExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IBlockQueryAdapter, TResult>>)
    QueryDescriptionExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IQueryStructureAdapter, TResult>>)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX