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



View with Navigation Tools
OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.OperationModel Namespace > DABrowseArguments Class > Equals Method : Equals(DABrowseArguments) Method
The other object to be tested for equality with this one.
Determines whether this object is equal to the other.
Syntax
'Declaration
 
Protected Overloads Function Equals( _
   ByVal other As DABrowseArguments _
) As Boolean
 
'Usage
 
Dim instance As DABrowseArguments
Dim other As DABrowseArguments
Dim value As Boolean
 
value = instance.Equals(other)

Parameters

other
The other object to be tested for equality with this one.

Return Value

Returns true if the objects are equal; otherwise, returns false.
Requirements

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

See Also

Reference

DABrowseArguments Class
DABrowseArguments Members
Overload List