Struct ItemEqualityTypeEnum

Implements

System.IComparable, System.IFormattable, System.IConvertible

Bases

object, System.ValueType, System.Enum

Field overview

Both,
Comparer,
Equator,
HashingEqualityComparer

Method overview

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.Enum

Field details

S 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)