String.ICompare(String) Method |
Top |
DescriptionPerforms a case in-sensitive Compare of the string represented by stringArgument and the string represented by the calling String.
Timing Precision Mode This page describes functionality in nanosecond timing precision mode. Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
Arguments
Return Value
If the two strings are identical, other than by case, then a value of 1 is returned, otherwise 0 is returned.
Syntax
See also
|