formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Basic
Description
Checks if one UUID is less than an other. Compares uuid1 with uuid2. Returns TRUE if uuid1 is less than uuid2.
Plugin Prototype
fzrt_boolean fzrt_UUID_is_less(
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_is_greater, fzrt_UUID_td,
Function Set
Defined in