NUnitComparer 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.
NUnitComparer encapsulates NUnit's default behavior in comparing two objects.
public class NUnitComparer : System.Collections.IComparer
type NUnitComparer = class
interface IComparer
- Inheritance
-
NUnitComparer
- Implements
Constructors
NUnitComparer() |
Properties
Default |
Returns the default NUnitComparer. |
Methods
Compare(Object, Object) |
Compares two objects |