QuantityBaseIdComparerEquals(IQuantity, IQuantity) 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(
	IQuantity x,
	IQuantity y
)

Parameters

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

Return Value

Boolean
if the specified objects are equal; otherwise, .

Implements

IEqualityComparerTEquals(T, T)

See Also