We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Checks that the boundary is complementation for specified boundary.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool IsComplementationFor( RangeBoundaryFrom<T> other )
VB
Public Function IsComplementationFor ( other As RangeBoundaryFrom(Of T) ) As Boolean
F#
member IsComplementationFor : other : RangeBoundaryFrom<'T> -> bool
Type: BooleanTrue, if the boundary is complementation for specified boundary.
True
RangeBoundaryTo(T) StructureCodeJam.Ranges Namespace