StringComparer.Compare Method
.NET Framework 3.0
Compares two objects or strings and returns an indication of their relative sort order.
| Name | Description |
|---|---|
| StringComparer.Compare (Object, Object) | When overridden in a derived class, compares two objects and returns an indication of their relative sort order. Supported by the .NET Compact Framework. |
| StringComparer.Compare (String, String) | When overridden in a derived class, compares two strings and returns an indication of their relative sort order. Supported by the .NET Compact Framework. |