Edit

GitUtils.CompareByteArrays(Byte[], Int32, Byte[], Int32, Int32) Method

Definition

public static bool CompareByteArrays(byte[] b1, int b1start, byte[] b2, int b2start, int length);
static member CompareByteArrays : byte[] * int * byte[] * int * int -> bool
Public Shared Function CompareByteArrays (b1 As Byte(), b1start As Integer, b2 As Byte(), b2start As Integer, length As Integer) As Boolean

Parameters

b1
Byte[]
b1start
Int32
b2
Byte[]
b2start
Int32
length
Int32

Returns

Applies to