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

NameSignatureSynopsis
IsLessThanthis.IsLessThanNo description available.
IsGreaterThanthis.IsGreaterThanNo description available.
IsAtLeastthis.IsAtLeastNo description available.
IsAtMostthis.IsAtMostNo description available.
IsEqualthis.IsEqualNo description available.
IsNotEqualthis.IsNotEqualNo description available.
EqualEqualValues must be equal.
NotEqualNotEqualValues must differ.
GreaterThanGreaterThanThe value must be strictly greater than the operand.
LessThanLessThanThe value must be strictly less than the operand.
AtLeastAtLeastThe value must be greater than or equal to the operand.
AtMostAtMostThe value must be less than or equal to the operand.

IsLessThan

this.IsLessThan
Member

Returns

bool

IsGreaterThan

this.IsGreaterThan
Member

Returns

bool

IsAtLeast

this.IsAtLeast
Member

Returns

bool

IsAtMost

this.IsAtMost
Member

Returns

bool

IsEqual

this.IsEqual
Member

Returns

bool

IsNotEqual

this.IsNotEqual
Member

Returns

bool

Equal

Equal
Member
Values must be equal.

Returns

unit

NotEqual

NotEqual
Member
Values must differ.

Returns

unit

GreaterThan

GreaterThan
Member
The value must be strictly greater than the operand.

Returns

unit

LessThan

LessThan
Member
The value must be strictly less than the operand.

Returns

unit

AtLeast

AtLeast
Member
The value must be greater than or equal to the operand.

Returns

unit

AtMost

AtMost
Member
The value must be less than or equal to the operand.

Returns

unit