Opc.Ua.Core
Equals(DataValue) Method



Opc.Ua Namespace > DataValue Class > Equals Method : Equals(DataValue) Method
The DataValue to compare to *this*
Determines if the specified object is equal to the object.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As DataValue _
) As Boolean
'Usage
 
Dim instance As DataValue
Dim other As DataValue
Dim value As Boolean
 
value = instance.Equals(other)
public bool Equals( 
   DataValue other
)
public:
bool Equals( 
   DataValue^ other
) 

Parameters

other
The DataValue to compare to *this*
Remarks
Determines if the specified object is equal to the object.
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

DataValue Class
DataValue Members
Overload List