NUnitEqualityComparer
NUnitEqualityComparer encapsulates NUnit's handling of
equality tests between objects.
Returns the default NUnitEqualityComparer
Gets and sets a flag indicating that arrays should be
compared as collections, without regard to their shape.
Gets the list of external comparers to be used to
test for equality. They are applied to members of
collections, in place of NUnit's own logic.
Gets the list of failure points for the last Match performed.
The list consists of objects to be interpreted by the caller.
This generally means that the caller may only make use of
objects it has placed on the list at a particular depthy.
Gets and sets a flag indicating whether case should
be ignored in determining equality.
public NUnitEqualityComparer()
Compares two objects for equality within a tolerance, setting
the tolerance to the actual tolerance used if an empty
tolerance is supplied.