Module comparisons

Module comparisons 

Source
Expand description

Various comparison functions for signed and unsigned integers including greater-than, less-than, greater-than-equal-to, less-than-equal-to, equal, not-equal.

Structsยง

Equal
A structure that defines the custom operation Equal that compares arrays of binary strings elementwise as follows:
GreaterThan
A structure that defines the custom operation GreaterThan that compares arrays of binary strings elementwise as follows:
GreaterThanEqualTo
A structure that defines the custom operation GreaterThanEqualTo that compares arrays of binary strings elementwise as follows:
LessThan
A structure that defines the custom operation LessThan that compares arrays of binary strings elementwise as follows:
LessThanEqualTo
A structure that defines the custom operation LessThanEqualTo that compares arrays of binary strings elementwise as follows:
NotEqual
A structure that defines the custom operation NotEqual that compares arrays of binary strings elementwise as follows: