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



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

Parameters

other
UABrowsePathParser to be compared.

Return Value

True if the browse path parsers are the same, otherwise false.
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