NodeIdEquals Method (Object)

CVB.Net Documentation
Equality-compares this NodeId 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(
	Object other
)

Parameters

other
Type: SystemObject
Other NodeId to compare with.

Return Value

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

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

Reference