RuntimeUtilities.CompareByteArrays(Byte[], Byte[]) Method

Definition

Compares 2 byte arrays.

public:
 static bool CompareByteArrays(cli::array <System::Byte> ^ left, cli::array <System::Byte> ^ right);
public static bool CompareByteArrays (byte[] left, byte[] right);
static member CompareByteArrays : byte[] * byte[] -> bool
Public Shared Function CompareByteArrays (left As Byte(), right As Byte()) As Boolean

Parameters

left
Byte[]
right
Byte[]

Returns

Boolean

true if arrays are equal, false otherwise.

Applies to