StringNodeIdEquals Method (NodeId)

CVB.Net Documentation
Equality-compares this StringNodeId with the other one.

Namespace:  Stemmer.Cvb.Foundation.OpcUa
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public override bool Equals(
	NodeId other
)

Parameters

other
Type: Stemmer.Cvb.Foundation.OpcUaNodeId
Other NodeId to compare with.

Return Value

Type: Boolean
if this and the other object are equal.

Implements

IEquatableTEquals(T)
Remarks

Two NodeIds are equal if they have the same identifier type and value and reside in the same namespace.
See Also

Reference