Share via


NullComparer<T>.IComparer<T>.Compare(T, T) Method

Definition

int IComparer<T>.Compare (T x, T y);
abstract member System.Collections.Generic.IComparer<T>.Compare : 'T * 'T -> int
override this.System.Collections.Generic.IComparer<T>.Compare : 'T * 'T -> int
Function Compare (x As T, y As T) As Integer Implements IComparer(Of T).Compare

Parameters

x
T
y
T

Returns

Implements

Applies to