Compare two values of user defined type

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
right compared value

Return Value

1 if this.Value is bigger, -1 if data.Value is bigger, 0 if they are equal

See Also