BitwiseComparer<T>
Represents bitwise comparer for the arbitrary value type.
Gets instance of this comparer.
Compares bits of two values of the different type.
Checks bitwise equality between two values of different value types.
Computes hash code for the structure content.
public static int GetHashCode(ref T value, int hash, Func<int, int, int> hashFunction, bool salted = true)
Computes bitwise hash code for the specified value.
public static int GetHashCode<THashFunction>(ref T value, bool salted = true) where THashFunction : struct, IConsumer<int>, ISupplier<int>
Computes bitwise hash code for the specified value.