Click or drag to resize

QuantityEquals Method (IQuantity)

Indicates whether the current object is equal to another object of the same type.

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 other
)

Parameters

other
Type: DHI.Mike1D.GenericIQuantity
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IQuantityEquals(IQuantity)
IEquatableTEquals(T)
See Also