Class EqualityComparer
Helper class.
public static class EqualityComparer
- Inheritance
-
EqualityComparer
- Inherited Members
Methods
BinaryEquals(object, object)
Helper method to determine if two byte arrays are the same value even if they are different object references.
public static bool BinaryEquals(object binaryValue1, object binaryValue2)
Parameters
Returns
- bool
true if equal.