QuickOPC User's Guide and Reference
Equals(UABrowsePath) Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UABrowsePath Class > Equals Method : Equals(UABrowsePath) Method
Browse path to be compared.
Determines whether the current OPC-UA browse path is the same as other OPC-UA browse path.
Syntax
'Declaration
 
<PureAttribute()>
Public Overloads Function Equals( _
   ByVal other As UABrowsePath _
) As Boolean
'Usage
 
Dim instance As UABrowsePath
Dim other As UABrowsePath
Dim value As Boolean
 
value = instance.Equals(other)
[Pure()]
public bool Equals( 
   UABrowsePath other
)
[Pure()]
public:
bool Equals( 
   UABrowsePath^ other
) 

Parameters

other
Browse path to be compared.

Return Value

True if the browse paths are the same, otherwise false.
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also