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 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
|