Click or drag to resize

QuantityBaseIdComparerEquals Method (IQuantity, IQuantity)

Determines whether the specified objects are equal.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool Equals(
	IQuantity x,
	IQuantity y
)

Parameters

x
Type: DHI.Mike1D.GenericIQuantity
The first object of type T to compare.
y
Type: DHI.Mike1D.GenericIQuantity
The second object of type T to compare.

Return Value

Type: Boolean
if the specified objects are equal; otherwise, .

Implements

IEqualityComparerTEquals(T, T)
See Also