Click or drag to resize
LogNodeCreationTimeComparerCompare Method
Compares the specified x with y

Namespace:  SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public int Compare(
	Object x,
	Object y
)

Parameters

x
Type: SystemObject
X.
y
Type: SystemObject
Y.

Return Value

Type: Int32

Implements

IComparerCompare(Object, Object)
See Also