Tests whether two given byte arrays are binary identical. Returns false if either parameter is null.

Name Description
IsEqual(byte[], byte[]) Tests whether two given byte arrays are binary identical. Returns false if either parameter is null.
IsEqual(byte[], int, byte[], int, int) Tests whether two sections of byte arrays are binary identical.