Opc.Ua.Core
Inequality Operator (LocalizedText)



Opc.Ua Namespace > LocalizedText Class : Inequality Operator
The first value to compare
The second value to compare
Returns true if the objects are not equal.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal value1 As LocalizedText, _
   ByVal value2 As LocalizedText _
) As Boolean
 
'Usage
 

Parameters

value1
The first value to compare
value2
The second value to compare
Remarks
Returns true if the two objects are not equal.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LocalizedText Class
LocalizedText Members