Edit

Share via


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 10 and other versions
Product Versions
.NET 8, 9, 10

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 10 and other versions
Product Versions
.NET 8, 9, 10