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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Graphs Namespace > UATreePosition 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 UATreePosition, _
   ByVal right As UATreePosition _
) As Boolean
'Usage
 
public bool operator !=( 
   UATreePosition left,
   UATreePosition right
)
public:
bool operator !=( 
   UATreePosition^ left,
   UATreePosition^ right
)

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

UATreePosition Class
UATreePosition Members