Click or drag to resize
CMSStringCompare Method
Overload List
  NameDescription
Public methodStatic memberCompare(String, String)
Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
Public methodStatic memberCompare(String, String, Boolean)
Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
Public methodStatic memberCompare(String, String, StringComparison)
Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
Public methodStatic memberCompare(String, String, Boolean, CultureInfo)
Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
Public methodStatic memberCompare(String, String, CultureInfo, CompareOptions)
Compares two strings. Returns an integer that indicates the relationship of the two strings to each other in the sort order.
Top
See Also