NUnitEqualityComparer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
NUnitEqualityComparer encapsulates NUnit's handling of equality tests between objects.
public class NUnitEqualityComparer
type NUnitEqualityComparer = class
- Inheritance
-
NUnitEqualityComparer
Constructors
NUnitEqualityComparer() |
Properties
CompareAsCollection |
Gets and sets a flag indicating that arrays should be compared as collections, without regard to their shape. |
Default |
Returns the default NUnitEqualityComparer |
ExternalComparers | |
FailurePoints |
Gets the list of failure points for the last Match performed. |
IgnoreCase |
Gets and sets a flag indicating whether case should be ignored in determining equality. |
Methods
AreEqual(Object, Object, Tolerance) |