EasyUA Reference
IsEqual Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > IEncodeable Interface : IsEqual Method

encodeable
The encodeable.

Glossary Item Box

Checks if the value is equal to the another encodeable object.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As IEncodeable
Dim encodeable As IEncodeable
Dim value As Boolean
 
value = instance.IsEqual(encodeable)
C# 
bool IsEqual( 
   IEncodeable 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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.