IntEqualityComparer
This class is a singleton and the instance can be accessed via the static Default property
System.Collections.Generic.IEqualityComparer<int>
object
Default
Equals(int int1, int int2)
,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 int1, int int2) |
Determine whether two integers are equal
| |||||||
F int GetHashCode(int item) |
Get the hash code of this integer, that is, itself
|