Click or drag to resize

QuantityEqualsBaseId Method

Equals method on BaseId, which is the Id with commas and spaces removed.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static bool EqualsBaseId(
	IQuantity q1,
	IQuantity q2
)

Parameters

q1
Type: DHI.Mike1D.GenericIQuantity

[Missing <param name="q1"/> documentation for "M:DHI.Mike1D.Generic.Quantity.EqualsBaseId(DHI.Mike1D.Generic.IQuantity,DHI.Mike1D.Generic.IQuantity)"]

q2
Type: DHI.Mike1D.GenericIQuantity

[Missing <param name="q2"/> documentation for "M:DHI.Mike1D.Generic.Quantity.EqualsBaseId(DHI.Mike1D.Generic.IQuantity,DHI.Mike1D.Generic.IQuantity)"]

Return Value

Type: Boolean
true if the two objects equals to each other; otherwise, false.
See Also