IntEquatable
This class is a singleton and the instance can be accessed via the static Default property
IEquatable<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 IntEquatable 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
|