Determines whether the locations overlap or not.

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 Overlaps(
	ILocation locA,
	ILocation locB
)

Parameters

locA
Type: BioSharp.Core.Bio.Symbol..::.ILocation
the first location
locB
Type: BioSharp.Core.Bio.Symbol..::.ILocation
the second location

Return Value

true if they overlap, false otherwise

Remarks

Two locations overlap if they contain at least one index in common.

See Also