uaPLUS Reference
Inequality Operator
See Also  Send Feedback
Opc.Ua Namespace > QualifiedName Class : Inequality Operator

value1
value2

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Operator <>( _
   ByVal value1 As QualifiedName, _
   ByVal value2 As QualifiedName _
) As Boolean
C# 
public bool operator !=( 
   QualifiedName value1,
   QualifiedName value2
)

Parameters

value1
value2

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.