SequenceEqualityComparerGetHashCode Method (ISequence) |
Gets hash code.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int GetHashCode(
ISequence obj
)
Public Function GetHashCode (
obj As ISequence
) As Integer
public:
virtual int GetHashCode(
ISequence^ obj
) sealed
abstract GetHashCode :
obj : ISequence -> int
override GetHashCode :
obj : ISequence -> int
Parameters
- obj
- Type: BioISequence
The sequence object.
Return Value
Type:
Int32Returns the hash code.
Implements
IEqualityComparerTGetHashCode(T)See Also