Compartir a través de


CompareTo Method (Interval(T))

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicFunctionCompareTo ( _
    otherAsInterval(Of T) _
) AsInteger
'Usage
DiminstanceAsIntervalDimotherAsInterval(Of T)
DimreturnValueAsIntegerreturnValue = instance.CompareTo(other)
publicintCompareTo(
    Interval<T> other
)
public:
virtualintCompareTo(
    Interval<T>^ other
) sealed
publicfinalfunctionCompareTo(
    other : Interval<T>
) : int

Parameters

Return Value

Type: System. . :: . .Int32

Implements

IComparable< (Of < ( <'T> ) > ) >. . :: . .CompareTo(T)

.NET Framework Security

See Also

Reference

Interval< (Of < ( <'T> ) > ) > Class

Interval< (Of < ( <'T> ) > ) > Members

CompareTo Overload

System.Dataflow Namespace