Skip to content

M_CodeJam_Ranges_RangeBoundaryTo_1_IsComplementationFor

andrewvk edited this page Jul 1, 2016 · 3 revisions

RangeBoundaryTo(T).IsComplementationFor Method

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)

Syntax

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 

Parameters

 

other
Type: CodeJam.Ranges.RangeBoundaryFrom(T)
Another boundary.

Return Value

Type: Boolean
True, if the boundary is complementation for specified boundary.

See Also

Reference

RangeBoundaryTo(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally