formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Basic
Description
Compares 2 UUIDs. Compares uuid1 with uuid2. Returns a negative number if uuid1 is less than uuid2, zero if uuid1 equals uuid2, or a positive number if uuid1 is greater than uuid2.
Plugin Prototype
fzrt_int fzrt_UUID_compare(
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
< 0 - uuid1 < uuid2.
0 - uuid1 == uuid2.
> 0 - uuid1 > uuid2.
Availability
5.0.0.0
See Also
, , fzrt_UUID_td
Function Set
Defined in