OPC Studio 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.

The value of this parameter can be null (Nothing in Visual Basic).

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.

The value of this parameter can be null (Nothing in Visual Basic).

Return Value

True if the browse path parsers are the same, otherwise false.
Remarks

This method is pure, i.e. it does not have observable side effects.

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