ComparisonConstraint
Abstract base class for constraints that compare values to
determine if one is greater than, equal to or less than
the other. This class supplies the Using modifiers.
ComparisonAdapter to be used in making the comparison
Initializes a new instance of the ComparisonConstraint class.
Initializes a new instance of the ComparisonConstraint class.
Modifies the constraint to use an IComparer and returns self
Modifies the constraint to use an IComparer<T> and returns self
Modifies the constraint to use a Comparison<T> and returns self