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