EqualTimeBaseConstraint<T>
                    public class EqualTimeBaseConstraint<T> : Constraint where T : struct, IEquatable<T>, IComparable<T>
                
                EqualConstraint is able to compare an actual value with the
            expected value provided in its constructor. Two objects are
            considered equal if both are null, or if both have the same
            value. NUnit has special semantics for some object types.
            
                
Gets the expected value.
            
Initializes a new instance of the  EqualConstraint class.
            
Test whether the constraint is satisfied by a given value
            
Flag the constraint to use a tolerance when determining equality.
            
Flag the constraint to use a tolerance when determining equality.