Determines whether the verifier will evaluate the presence and the behavior of the 4 operator overloads "Greater Than", "Greater Than Or Equal", "Less Than", and "Less Than Or Equal".

Namespace:  MbUnit.Framework.ContractVerifiers
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public bool ImplementsOperatorOverloads { get; set; }
Visual Basic (Declaration)
Public Property ImplementsOperatorOverloads As Boolean

Remarks

The default value is true.

See Also