Click or drag to resize
ProteinAlphabetCompareSymbols Method
Compares two symbols.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public virtual bool CompareSymbols(
	byte x,
	byte y
)

Parameters

x
Type: SystemByte
The first symbol to compare.
y
Type: SystemByte
The second symbol to compare.

Return Value

Type: Boolean
Returns true if x equals y else false.

Implements

IAlphabetCompareSymbols(Byte, Byte)
See Also