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