GetHashCode Method
Definition
- Namespace
- Tyne
- Assembly
- Tyne.Core.dll
Methods
| Edit this page View SourceGetHashCode()
Returns a hash code for this instance.
Declaration
[Pure]
public override int GetHashCode()
Returns
intA hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
If this is Ok(
, then this returns the T
)T
value's hash code.
Otherwise, if it is Error(
, it returns the TE
)TE
error's hash code.