ByteEquatable
This class is a singleton and the instance can be accessed via the Default property
IEquatable<byte>
object
Default
Equals(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 ByteEquatable 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
|