QuickOPC User's Guide and Reference
Equality Operator (UASmartClientIsolator)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UASmartClientIsolator Class : Equality Operator
First object to be compared.
Second object to be compared.
Determines whether the two objects are equal.
Syntax
'Declaration
 
Public Operator =( _
   ByVal left As UASmartClientIsolator, _
   ByVal right As UASmartClientIsolator _
) As Boolean
'Usage
 

Parameters

left
First object to be compared.
right
Second object to be compared.

Return Value

True if the objects are equal; false otherwise.
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

UASmartClientIsolator Class
UASmartClientIsolator Members