RelationOperatorUnion
PackageReified.Constraint
The comparison a relation asserts between a value and an operand.
Specification
Kind
Union
Members
12
Examples
0
IsLessThanSignature
this.IsLessThan
IsGreaterThanSignature
this.IsGreaterThan
IsAtLeastSignature
this.IsAtLeast
IsAtMostSignature
this.IsAtMost
IsEqualSignature
this.IsEqual
Summary
| Name | Signature | Synopsis |
|---|---|---|
| IsLessThan | this.IsLessThan | No description available. |
| IsGreaterThan | this.IsGreaterThan | No description available. |
| IsAtLeast | this.IsAtLeast | No description available. |
| IsAtMost | this.IsAtMost | No description available. |
| IsEqual | this.IsEqual | No description available. |
| IsNotEqual | this.IsNotEqual | No description available. |
| Equal | Equal | Values must be equal. |
| NotEqual | NotEqual | Values must differ. |
| GreaterThan | GreaterThan | The value must be strictly greater than the operand. |
| LessThan | LessThan | The value must be strictly less than the operand. |
| AtLeast | AtLeast | The value must be greater than or equal to the operand. |
| AtMost | AtMost | The value must be less than or equal to the operand. |