Click or drag to resize

DataObjectHistoryEntryComparerCompare Method

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

Parameters

x
Type: Omada.OE.ModelDataObjectHistoryEntry
y
Type: Omada.OE.ModelDataObjectHistoryEntry

Return Value

Type: Int32

Implements

IComparerTCompare(T, T)
See Also