Return true iff all indices in locB are also contained by locA.

Namespace:  BioSharp.Core.Bio.Symbol
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public static bool Contains(
	ILocation locA,
	ILocation locB
)

Parameters

locA
Type: BioSharp.Core.Bio.Symbol..::.ILocation
The containing location
locB
Type: BioSharp.Core.Bio.Symbol..::.ILocation
The contained location

Return Value

true is locA contains locB

See Also