BuildMaster SDK Reference
Version:

Equals(byte[] array1, byte[] array2) Method

Returns a value indicating whether two byte arrays contain the same data.

Syntax

public static bool Equals(byte[] array1, byte[] array2)

Parameters

array1
Type: byte[]

The first array.

array2
Type: byte[]

The second array.

Returns

True if arrays contain the same data; otherwise false.