NUnitEqualityComparer
NUnitEqualityComparer encapsulates NUnit's handling of
equality tests between objects.
FailurePoint class represents one point of failure
in an equality test.
Returns the default NUnitEqualityComparer
Gets and sets a flag indicating that arrays should be
compared as collections, without regard to their shape.
Gets and sets an external comparer to be used to
test for equality. It is applied to members of
collections, in place of NUnit's own logic.
Gets the list of failure points for the last Match performed.
Gets and sets a flag indicating whether case should
be ignored in determining equality.
public NUnitEqualityComparer()
Compares two objects for equality within a tolerance.