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