ByteEqualityComparerThis class is a singleton and the instance can be accessed via the Default property
System.Collections.Generic.IEqualityComparer<byte>objectDefaultEquals(byte item1, byte item2)
,Equals(object obj), Inherited from object
,Finalize(), Inherited from object
,GetHashCode(byte item)
,GetHashCode(), Inherited from object
,GetType(), Inherited from object
,MemberwiseClone(), Inherited from object
,ToString(), Inherited from objectS ByteEqualityComparer Default | Access: Read-Only Value: |
F bool Equals(byte item1, byte item2) |
Check if two bytes are equal
| |||||||
F int GetHashCode(byte item) |
Get the hash code of this byte, i.e. itself
|