Opc.Ua.Core
Equality Operator (LocalizedText)



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

Parameters

value1
The first value to compare
value2
The second value to compare
Remarks
Returns true if the two objects are 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