formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Basic
Description
Checks if one UUID is less than or equal to an other. Compares uuid1 with uuid2. Returns TRUE if uuid1 is less than or equal to uuid2.
Plugin Prototype
fzrt_boolean fzrt_UUID_is_less_equal(
const fzrt_UUID_td | uuid1, |
const fzrt_UUID_td | uuid2 ) |
Parameters
uuid1 [Input]
The first UUID to compare
uuid2 [Input]
The second UUID to compare
Returns
TRUE - uuid1 <= uuid2.
FALSE - otherwise.
Availability
5.0.0.0
See Also
, , fzrt_UUID_td,
Function Set
Defined in