QuantityGroupComparerGetHashCode(IQuantity) Method

Returns a hash code for the specified object.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public int GetHashCode(
	IQuantity quantity
)

Parameters

quantity  IQuantity

[Missing <param name="quantity"/> documentation for "M:DHI.Mike1D.Generic.Quantity.GroupComparer.GetHashCode(DHI.Mike1D.Generic.IQuantity)"]

Return Value

Int32
A hash code for the specified object.

Implements

IEqualityComparerTGetHashCode(T)

Exceptions

ArgumentNullExceptionThe type of obj is a reference type and obj is .

See Also