GitUtils.ByteArraysAreEqual(Byte[], Byte[], 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 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