QuantityEquals(Object) Method

Determines whether the specified Object is equal to the current Object.

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 override bool Equals(
	Object obj
)

Parameters

obj  Object
The Object to compare with the current Object.

Return Value

Boolean
true if the specified Object is equal to the current Object; otherwise, false.

Exceptions

NullReferenceExceptionThe obj parameter is null.

See Also