Compare Method
See Also 
SourceCode.Workflow.Client Namespace > K2Bytes Class : Compare Method



Buf1
Buf2

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function Compare( _
   ByVal Buf1() As Byte, _
   ByVal Buf2() As Byte _
) As Integer
Visual Basic (Usage) Copy Code
Dim Buf1() As Byte
Dim Buf2() As Byte
Dim value As Integer
 
value = K2Bytes.Compare(Buf1, Buf2)
C#  
public static int Compare( 
   byte[] Buf1,
   byte[] Buf2
)
C++/CLI  
public:
static int Compare( 
   array<byte>^ Buf1,
   array<byte>^ Buf2
) 

Parameters

Buf1
Buf2

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