String..::..Compare Method
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
Compare(String, String) |
Compares two specified String objects and returns an integer that indicates their relative position in the sort order.
|
![]() ![]() |
Compare(String, String, Boolean) |
Compares two specified String objects, ignoring or honoring their case, and returns an integer that indicates their relative position in the sort order.
|
![]() ![]() |
Compare(String, Int32, String, Int32, Int32) |
Compares substrings of two specified String objects and returns an integer that indicates their relative position in the sort order.
|
![]() ![]() |
Compare(String, Int32, String, Int32, Int32, Boolean) |
Compares substrings of two specified String objects, ignoring or honoring their case, and returns an integer that indicates their relative position in the sort order.
|
![]() ![]() |
Compare(String, String, StringComparison) | |
![]() ![]() |
Compare(String, String, Boolean, CultureInfo) | |
![]() ![]() |
Compare(String, Int32, String, Int32, Int32, StringComparison) | |
![]() ![]() |
Compare(String, Int32, String, Int32, Int32, Boolean, CultureInfo) |