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