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:
- Greater
Than - A structure that defines the custom operation GreaterThan that compares arrays of binary strings elementwise as follows:
- Greater
Than Equal To - A structure that defines the custom operation GreaterThanEqualTo that compares arrays of binary strings elementwise as follows:
- Less
Than - A structure that defines the custom operation LessThan that compares arrays of binary strings elementwise as follows:
- Less
Than Equal To - 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: