Click or drag to resize

HistoryEntryComparerCompare Method

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public int Compare(
	HistoryEntry x,
	HistoryEntry y
)

Parameters

x
Type: Omada.OE.ModelHistoryEntry
y
Type: Omada.OE.ModelHistoryEntry

Return Value

Type: Int32

Implements

IComparerTCompare(T, T)
See Also