TFStringComparer.Compare Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
Compare(Object, Object) | When overridden in a derived class, compares two objects and returns an indication of their relative sort order. (Inherited from StringComparer.) |
![]() |
Compare(String, String) | Compares the specified strings. (Overrides StringComparer.Compare(String, String).) |
![]() |
Compare(String, Int32, String, Int32, Int32) | Compares the specified strings from the specified indices. |
Top