Edit

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

Definition

public static bool ByteArraysAreEqual(byte[] x, byte[] y, int expectedLength);
static member ByteArraysAreEqual : byte[] * byte[] * int -> bool
Public Shared Function ByteArraysAreEqual (x As Byte(), y As Byte(), expectedLength As Integer) As Boolean

Parameters

x
Byte[]
y
Byte[]
expectedLength
Int32

Returns

Applies to