String.Compare(String) Method |
Top |
DescriptionPerforms a case-sensitive Compare of the string represented by stringArgument and the string represented by the calling String.
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. Click here to see the documentation for this object in nanosecond timing precision mode.
Method Signature
Arguments
Return Value
If the two strings are identical, then a value of 1 is returned, otherwise 0 is returned.
Syntax
See also
|