Checks if these two locations overlap, using this location's concept of overlapping.

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

Syntax

C#
bool Overlaps(
	ILocation l
)

Parameters

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

Return Value

true if they overlap, otherwise false

Remarks

Abstractly, two locations overlap if they both contain any point.

See Also