Click or drag to resize
SequenceEqualityComparerGetHashCode Method (ISequence)
Gets hash code.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public int GetHashCode(
	ISequence obj
)

Parameters

obj
Type: BioISequence
The sequence object.

Return Value

Type: Int32
Returns the hash code.

Implements

IEqualityComparerTGetHashCode(T)
See Also