Opc.Ua.Core
CompareInt64 Method



Opc.Ua.Test Namespace > DataComparer Class : CompareInt64 Method
First Value.
Second Value.
This method compares two Int64 values.
Syntax
'Declaration
 
Public Function CompareInt64( _
   ByVal value1 As Long, _
   ByVal value2 As Long _
) As Boolean
'Usage
 
Dim instance As DataComparer
Dim value1 As Long
Dim value2 As Long
Dim value As Boolean
 
value = instance.CompareInt64(value1, value2)
public bool CompareInt64( 
   long value1,
   long value2
)
public:
bool CompareInt64( 
   int64 value1,
   int64 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