Click or drag to resize
GenBankAccessionContains Method
Validates whether the specified accession number is present in this Accession as primary or secondary accession number.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool Contains(
	string accession
)

Parameters

accession
Type: SystemString
Accession number.

Return Value

Type: Boolean
If found returns true else returns false.
See Also