Class NUnitComparer
- Namespace
- NUnit.Framework.Constraints
- Assembly
- nunit.framework.dll
NUnitComparer encapsulates NUnit's default behavior in comparing two objects.
public class NUnitComparer : IComparer
- Inheritance
-
NUnitComparer
- Implements
- Inherited Members
Constructors
NUnitComparer()
public NUnitComparer()
Properties
Default
Returns the default NUnitComparer.
public static NUnitComparer Default { get; }
Property Value
Methods
Compare(object, object)
Compares two objects
public int Compare(object x, object y)