StringCompare(String, String) Function |
Top |
DescriptionReturns "1" if stringArgument1 is identical (case sensitive) to stringArgument2 and returns "0" if stringArgument1 is different from stringArgument2.
Timing Precision Mode This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.
Function Signature
Arguments
Return Value
Returns "1" if the first argument is identical (case sensitive) to the second and returns "0" if the first argument is different from the second.
Syntax
See also
|