TotalOrderIeee754Comparer<T>.GetHashCode Method

Definition

Overloads

GetHashCode()

Returns the hash code for this instance.

GetHashCode(T)

Returns a hash code for the specified number.

GetHashCode()

Source:
TotalOrderIeee754Comparer.cs
Source:
TotalOrderIeee754Comparer.cs

Returns the hash code for this instance.

public override int GetHashCode ();

Returns

The hash code.

Applies to

.NET 9 and .NET 8
Product Versions
.NET 8, 9

GetHashCode(T)

Source:
TotalOrderIeee754Comparer.cs
Source:
TotalOrderIeee754Comparer.cs

Returns a hash code for the specified number.

public int GetHashCode (T obj);

Parameters

obj
T

The number for which a hash code is to be returned.

Returns

A hash code for the specified number.

Implements

Applies to

.NET 9 and .NET 8
Product Versions
.NET 8, 9