RuntimeUtilities.CompareByteArrays(Byte[], Byte[]) 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.
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
true if arrays are equal, false otherwise.