Click or drag to resize

FGListItemCompareTo Method

Compares to another FGListItem.

Namespace:  Ookii.Jumbo.Jet.Samples.FPGrowth
Assembly:  Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntax
public int CompareTo(
	FGListItem other
)

Parameters

other
Type: Ookii.Jumbo.Jet.Samples.FPGrowthFGListItem
The other.

Return Value

Type: Int32
The comparison result.

Implements

IComparableTCompareTo(T)
See Also