Class GeneralPropertyComparer<T>
Inheritance
GeneralPropertyComparer<T>
Assembly: XData.docfx.dll
Syntax
public class GeneralPropertyComparer<T> : IEqualityComparer<T>
Type Parameters
Constructors
|
Improve this Doc
View Source
GeneralPropertyComparer(Func<T, Object>[])
Declaration
public GeneralPropertyComparer(Func<T, object>[] expr)
Parameters
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
|
Improve this Doc
View Source
GetHashCode(T)
Declaration
public int GetHashCode(T obj)
Parameters
Type |
Name |
Description |
T |
obj |
|
Returns
Implements
Extension Methods