Visual Basic (Declaration) | |
---|---|
Public Shared Function Compare( _ ByVal Buf1() As Byte, _ ByVal Buf2() As Byte _ ) As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim Buf1() As Byte Dim Buf2() As Byte Dim value As Integer value = K2Bytes.Compare(Buf1, Buf2) |
C++/CLI | |
---|---|
public: static int Compare( array<byte>^ Buf1, array<byte>^ Buf2 ) |
Parameters
- Buf1
- Buf2
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