Checks if this location contains the other.
Namespace:
BioSharp.Core.Bio.SymbolAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
Parameters
- l
- Type: BioSharp.Core.Bio.Symbol..::.ILocation
the location to check
Return Value
true if this contains l, otherwise falseImplements
ILocation..::.Contains(ILocation)Remarks
Abstractly, a location contains another if every point in the other location is contained within this one.