Opc.Ua.Core
IsEqual Method (IEncodeable)



Opc.Ua Namespace > IEncodeable Interface : IsEqual Method
The encodeable.
Checks if the value is equal to the another encodeable object.
Syntax
'Declaration
 
Function IsEqual( _
   ByVal encodeable As IEncodeable _
) As Boolean
'Usage
 
Dim instance As IEncodeable
Dim encodeable As IEncodeable
Dim value As Boolean
 
value = instance.IsEqual(encodeable)

Parameters

encodeable
The encodeable.

Return Value

true if the specified instance of the IEncodeable type is equal; otherwise false.
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

IEncodeable Interface
IEncodeable Members