ComparisonConstraint
protected abstract bool PerformComparison(ComparisonAdapter comparer, object actual, object expected, Tolerance tolerance)
Modifies the constraint to use an IComparer<T> and returns self
Modifies the constraint to use a Comparison<T> and returns self
Set the tolerance for use in this comparison