Opc.Ua.Core
CompareNonce Method



Opc.Ua Namespace > Utils Class : CompareNonce Method
Compare Nonce for equality.
Syntax
'Declaration
 
Public Shared Function CompareNonce( _
   ByVal a() As Byte, _
   ByVal b() As Byte _
) As Boolean
'Usage
 
Dim a() As Byte
Dim b() As Byte
Dim value As Boolean
 
value = Utils.CompareNonce(a, b)
public static bool CompareNonce( 
   byte[] a,
   byte[] b
)
public:
static bool CompareNonce( 
   array<byte>^ a,
   array<byte>^ b
) 

Parameters

a
b
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

Utils Class
Utils Members