EqualMethodResult
enum EqualMethodResult
Result of the Equal comparison method.
ComparedEqual = 2
Method is appropriate and the items are considered equal.
ComparedNotEqual = 3
Method is appropriate and the items are considered different.
Method is appropriate but the class has cyclic references.
Method is appropriate for the data types, but doesn't support the specified tolerance.
Method does not support the instances being compared.