The IComparerClass interface contains static properties of the Comparer class, implementing the objects to compare elements of different types.
| Property name | Brief description | |
| DateTimeComparer | The DateTimeComparer property returns an object to compare elements of the DateTime type. | |
| DoubleComparer | The DoubleComparer property returns an object to compare elements of real type. | |
| FreeTextComparer | The FreeTextComparer property returns an object for free text comparison. | |
| IntegerComparer | The IntegerComparer method returns an object for comparison of elements of integer type. | |
| StringCaseInsensitiveComparer | The StringCaseInsensitiveComparer property returns an object for comparing elements of string type without taking into account case. | |
| StringComparer | The StringComparer property returns an object for comparing elements of string type. |
See also: