Click or drag to resize
PairwiseSequenceAlignmentContains Method
Returns true if the PairwiseSequenceAlignment contains the aligned sequence in the list of aligned sequences.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool Contains(
	PairwiseAlignedSequence item
)

Parameters

item
Type: Bio.Algorithms.AlignmentPairwiseAlignedSequence
PairwiseAlignedSequence object.

Return Value

Type: Boolean
True if contains item, otherwise returns false.

Implements

ICollectionTContains(T)
See Also