-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_RangeBoundaryFrom_1_IsComplementationFor
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
Checks that the boundary is complementation for specified boundary.
Namespace: CodeJam.Ranges
Assembly: 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
- other
- Type: CodeJam.Ranges.RangeBoundaryTo(T)
Another boundary.
Type: BooleanTrue
, if the boundary is complementation for specified boundary.