Compare this decimal to some other ColumnData

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public override int Compare(
	ColumnData data
)
Visual Basic
Public Overrides Function Compare ( _
	data As ColumnData _
) As Integer
Visual C++
public:
virtual int Compare(
	ColumnData^ data
) override

Parameters

data
Type: ScopeRuntime..::..ColumnData
the other

Return Value

-1, 0, 1

See Also