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