Table of Contents

GetHashCode Method

Definition

Namespace
Tyne
Assembly
Tyne.Core.dll

Methods

| Edit this page View Source

GetHashCode()

Returns a hash code for this instance.

Declaration
[Pure]
public override int GetHashCode()
Returns
int

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

If this is Ok(T), then this returns the T value's hash code. Otherwise, if it is Error(TE), it returns the TE error's hash code.

Overrides