formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Basic
Description
Checks if two UUIDs are not equal. Checks if uuid1 is not equal to uuid2.
Plugin Prototype
fzrt_boolean fzrt_UUID_is_notequal(
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 is not equal to uuid2.
FALSE - otherwise.
Availability
5.0.0.0
See Also
, , fzrt_UUID_td
Function Set
Defined in