Click or drag to resize
AlphabetsCheckIsFromSameBase Method
Verifies if two given alphabets comes from the same base alphabet.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static bool CheckIsFromSameBase(
	IAlphabet alphabetA,
	IAlphabet alphabetB
)

Parameters

alphabetA
Type: BioIAlphabet
First alphabet to compare.
alphabetB
Type: BioIAlphabet
Second alphabet to compare.

Return Value

Type: Boolean
True if both alphabets comes from the same base class.
See Also