Opc.Ua.Core
CompareLocalizedText Method



Opc.Ua.Test Namespace > DataComparer Class : CompareLocalizedText Method
First Value.
Second Value.
This method compares two LocalizedText values.
Syntax
'Declaration
 
Public Function CompareLocalizedText( _
   ByVal value1 As LocalizedText, _
   ByVal value2 As LocalizedText _
) As Boolean
'Usage
 
Dim instance As DataComparer
Dim value1 As LocalizedText
Dim value2 As LocalizedText
Dim value As Boolean
 
value = instance.CompareLocalizedText(value1, value2)
public bool CompareLocalizedText( 
   LocalizedText value1,
   LocalizedText value2
)
public:
bool CompareLocalizedText( 
   LocalizedText^ value1,
   LocalizedText^ value2
) 

Parameters

value1
First Value.
value2
Second Value.

Return Value

True in case of equal values. False or ServiceResultException in case of unequal values.
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

DataComparer Class
DataComparer Members