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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UASmartClientIsolator Class : Inequality Operator
First object to be compared.
Second object to be compared.
Determines whether the two objects are not 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 not equal; false if they are equal.
Requirements

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

See Also

Reference

UASmartClientIsolator Class
UASmartClientIsolator Members