Summary
NUnitComparer encapsulates NUnit's default behavior
in comparing two objects.
- Namespace
- TCLite
.Constraints - Interfaces
-
- IComparer
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IComparer"]
Type["TCLiteComparer"]
class Type type-node
Syntax
public class TCLiteComparer : IComparer
Properties
Name | Value | Summary |
---|---|---|
Default | TCLiteComparer |
Returns the default NUnitComparer.
static
|
Methods
Name | Value | Summary |
---|---|---|
Compare |
int |
Compares two objects
|