EngineNodeIDEquals Method

Checks whether the otherId matches this nodes ID.

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public bool IDEquals(
	string otherId
)

Parameters

otherId  String

[Missing <param name="otherId"/> documentation for "M:DHI.Mike1D.Engine.EngineNode.IDEquals(System.String)"]

Return Value

Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.EngineNode.IDEquals(System.String)"]

See Also