Click or drag to resize

BinaryKeyCompare Method

Compared two byte arrays to see if they are equal

Namespace:  Crosser.Common.Utilities.Binary
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public static bool Compare(
	byte[] arr1,
	byte[] arr2
)

Parameters

arr1
Type: SystemByte
array to compare
arr2
Type: SystemByte
array to compare

Return Value

Type: Boolean
true if the arrays are equal
See Also