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