Checks if this location contains the other.

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

Syntax

C#
public bool Contains(
	ILocation l
)

Parameters

l
Type: BioSharp.Core.Bio.Symbol..::.ILocation
the location to check

Return Value

true if this contains l, otherwise false

Implements

ILocation..::.Contains(ILocation)

Remarks

Abstractly, a location contains another if every point in the other location is contained within this one.

See Also