EngineNodeIDEquals Method |
Checks whether the otherId matches this nodes ID.
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public bool IDEquals(
string otherId
)
Public Function IDEquals (
otherId As String
) As Boolean
public:
bool IDEquals(
String^ otherId
)
Parameters
- otherId
- Type: SystemString
[Missing <param name="otherId"/> documentation for "M:DHI.Mike1D.Engine.EngineNode.IDEquals(System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:DHI.Mike1D.Engine.EngineNode.IDEquals(System.String)"]
See Also