NUnit.Framework.Constraints.ComparisonConstraint: Field Members

The fields of NUnit.Framework.Constraints.ComparisonConstraint are listed below. For a list of all members, see the ComparisonConstraint Members list.

See Also: Inherited members from NUnit.Framework.Constraints.Constraint

Protected Fields

comparerComparisonAdapter. Documentation for this section has not yet been entered.
eqOKbool. if true, equal returns success
expectedobject. The value against which a comparison is to be made
gtOKbool. if true, greater than returns success
ltOKbool. If true, less than returns success