SortAsComparer.Compare Method

NReco.PivotData Class Library Documentation

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax

public int Compare(
	Object x,
	Object y
)

Parameters

x
Type: System.Object
y
Type: System.Object

Return Value

Type: Int32

Implements

IComparer<T>.Compare(T, T)
See Also

Reference