LocationSpanEqualityComparerGetHashCode(ILocationSpan) 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(
	ILocationSpan span
)

Parameters

span  ILocationSpan

[Missing <param name="span"/> documentation for "M:DHI.Mike1D.Generic.LocationSpanEqualityComparer.GetHashCode(DHI.Mike1D.Generic.ILocationSpan)"]

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