-
Couldn't load subscription status.
- Fork 35
M_CodeJam_Ranges_RangeBoundaryFrom_1_IsComplementationFor
andrewvk edited this page Jul 1, 2016
·
3 revisions
Checks that the boundary is complementation for specified boundary.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public bool IsComplementationFor(
RangeBoundaryTo<T> other
)VB
Public Function IsComplementationFor (
other As RangeBoundaryTo(Of T)
) As BooleanF#
member IsComplementationFor :
other : RangeBoundaryTo<'T> -> bool
- other
- Type: CodeJam.Ranges.RangeBoundaryTo(T)
Another boundary.
Type: BooleanTrue, if the boundary is complementation for specified boundary.