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( RangeBoundaryTo<T> other )
VB
Public Function IsComplementationFor ( other As RangeBoundaryTo(Of T) ) As Boolean
F#
member IsComplementationFor : other : RangeBoundaryTo<'T> -> bool
Type: BooleanTrue, if the boundary is complementation for specified boundary.
True
RangeBoundaryFrom(T) StructureCodeJam.Ranges Namespace