Check if the feature is present in this holder.

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

Syntax

C#
public override bool ContainsFeature(
	IFeature f
)

Parameters

f
Type: BioSharp.Core.Bio.Seq..::.IFeature
the Feature to check

Return Value

true if f is in this set

Implements

IFeatureHolder..::.ContainsFeature(IFeature)

See Also