Click or drag to resize
IndexRangeContains Method (IndexRange)
Determines whether or not this instance contains the specified other IndexRange.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public bool Contains(
	IndexRange other
)

Parameters

other
Type: CandlelightIndexRange
Other.

Return Value

Type: Boolean
if this instance contains the specified other IndexRange; otherwise .
See Also