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.6.0.0 (5.6.19.0117)
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