ItemEqualityTypeEnum
System.IComparable
, System.IFormattable
, System.IConvertible
object
, System.ValueType
, System.Enum
Both
,Comparer
,Equator
,HashingEqualityComparer
CompareTo(object target)
, Inherited from System.Enum,Equals(object obj)
, Inherited from System.Enum,Finalize()
, Inherited from object,GetHashCode()
, Inherited from System.Enum,GetType()
, Inherited from object,GetTypeCode()
, Inherited from System.Enum,MemberwiseClone()
, Inherited from object,ToString()
, Inherited from System.Enum,ToString(string format, System.IFormatProvider provider)
, Inherited from System.Enum,ToString(System.IFormatProvider provider)
, Inherited from System.Enum,ToString(string format)
, Inherited from System.EnumS ItemEqualityTypeEnum Both | Compatible Compare(T,T) and GetHashCode(T) |
S ItemEqualityTypeEnum Comparer | Compare(T,T) |
S ItemEqualityTypeEnum Equator | Only an Equals(T,T) |
S ItemEqualityTypeEnum HashingEqualityComparer | Equals(T,T) and GetHashCode(T) |