RangeCollectionGetHashCode Method |
Two RangeCollections with exactly the same elements will have the same hash code.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public override int GetHashCode()
Public Overrides Function GetHashCode As Integer
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int
override GetHashCode : unit -> int
Return Value
Type:
Int32[Missing <returns> documentation for "M:Bio.Util.RangeCollection.GetHashCode"]
See Also