There was an error while loading. Please reload this page.
Implements the operator >.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static bool operator >( RangeBoundaryTo<T> boundary1, RangeBoundaryTo<T> boundary2 )
VB
Public Shared Operator > ( boundary1 As RangeBoundaryTo(Of T), boundary2 As RangeBoundaryTo(Of T) ) As Boolean
F#
static let inline (>) boundary1 : RangeBoundaryTo<'T> * boundary2 : RangeBoundaryTo<'T> : bool
Type: BooleanTrue, if boundary1 > boundary2.
True
RangeBoundaryTo(T) StructureGreaterThan OverloadCodeJam.Ranges Namespace