LocationSpanEqualityComparerEquals(ILocationSpan, ILocationSpan) Method

Determines whether the specified objects are equal.

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 bool Equals(
	ILocationSpan x,
	ILocationSpan y
)

Parameters

x  ILocationSpan
The first object of type T to compare.
y  ILocationSpan
The second object of type T to compare.

Return Value

Boolean
if the specified objects are equal; otherwise, .

Implements

IEqualityComparerTEquals(T, T)

See Also