Share via


CustomTypeComparer Class

Definition

The CustomTypeComparer is responsible for holding custom comparers for different types, which are in turn used to perform comparison operations instead of the default IComparable comparison. with a custom comparer

public ref class CustomTypeComparer abstract sealed
public ref class CustomTypeComparer abstract sealed
class CustomTypeComparer abstract sealed
public static class CustomTypeComparer
type CustomTypeComparer = class
Public Class CustomTypeComparer
Inheritance
CustomTypeComparer

Methods

Compare<T>(T, T)

Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.

Applies to