class Comparer<T>

in global :: System . Collections . Generic

Provides a base class for implementations of the generic interface.

  • T The type of objects to compare.

public static Comparer<T> Default { get; }

Returns a default sort order comparer for the type specified by the generic argument.

  • Returns An object that inherits and serves as a sort order comparer for type .

public static Comparer<T> Create( Comparison<T> comparison )

😔 No documentation found.

public int Compare( T x, T y )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.