Click or drag to resize
PeriodTCompareTo Method
Returns -1 if this range's From is less than the other, 1 if greater. If both are equal, To is compared, 1 if greater, -1 if less. 0 if both ranges are equal.

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public int CompareTo(
	Period<T> other
)

Parameters

other
Type: FlexRulePeriodT
The other.

Return Value

Type: Int32

Implements

IComparableTCompareTo(T)
See Also