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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > UAServerOnNetwork Class > Equals Method : Equals(UAServerOnNetwork) Method
The UAServerOnNetwork to compare with the current object.
Determines whether the specified UAServerOnNetwork is equal to the current object.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As UAServerOnNetwork _
) As Boolean
'Usage
 
Dim instance As UAServerOnNetwork
Dim other As UAServerOnNetwork
Dim value As Boolean
 
value = instance.Equals(other)
public bool Equals( 
   UAServerOnNetwork other
)
public:
bool Equals( 
   UAServerOnNetwork^ other
) 

Parameters

other
The UAServerOnNetwork to compare with the current object.

Return Value

true if the specified object is equal to the current object; 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