Click or drag to resize
DataSegmentKindCompareTo Method (DataSegmentKind)

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public int CompareTo(
	DataSegmentKind obj
)

Parameters

obj
Type: DeedleDataSegmentKind

[Missing <param name="obj"/> documentation for "M:Deedle.DataSegmentKind.CompareTo(Deedle.DataSegmentKind)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Deedle.DataSegmentKind.CompareTo(Deedle.DataSegmentKind)"]

Implements

IComparableTCompareTo(T)
See Also