GitUtils.CompareByteArrays(Byte[], Int32, Byte[], Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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