Method | Description | |
---|---|---|
ElementaryEquals ( obj, other ) : bool? | ||
ElementaryEqualsThenEquatableEquals ( IEquatable obj, object other ) : bool | ||
GetHashCode ( @this ) : int | ||
PropertiesEqual ( obj, other ) : bool | ||
PropertiesEqual ( obj, other, Array, properties ) : bool |
Method | Description | |
---|---|---|
PropertiesEqual ( obj, other, IEnumerable, properties ) : bool |
public static ElementaryEquals ( obj, other ) : bool? | ||
return | bool? |
public static ElementaryEqualsThenEquatableEquals ( IEquatable obj, object other ) : bool | ||
obj | IEquatable | |
other | object | |
return | bool |
public static PropertiesEqual ( obj, other ) : bool | ||
return | bool |
public static PropertiesEqual ( obj, other, Array, properties ) : bool | ||
properties | Array, | |
return | bool |