UShortEqualityComparerThis class is a singleton and the instance can be accessed via the static Default property
System.Collections.Generic.IEqualityComparer<System.UInt16>objectDefaultEquals(System.UInt16 item1, System.UInt16 item2)
,Equals(object obj), Inherited from object
,Finalize(), Inherited from object
,GetHashCode(System.UInt16 item)
,GetHashCode(), Inherited from object
,GetType(), Inherited from object
,MemberwiseClone(), Inherited from object
,ToString(), Inherited from objectS UShortEqualityComparer Default | Access: Read-Only Value: |
F bool Equals(System.UInt16 item1, System.UInt16 item2) |
Determine whether two ushorts are equal
| |||||||
F int GetHashCode(System.UInt16 item) |
Get the hash code of this ushort, that is, itself
|