Click or drag to resize

GeneralUtilsCheckArraysAreEqual Method

Performs a per-value compare on the arrays passed in and returns true if the arrays are of the same length and contain the same values.

Namespace:  SD.Tools.Algorithmia.UtilityClasses
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax
public static bool CheckArraysAreEqual(
	Array arr1,
	Array arr2
)

Parameters

arr1
Type: SystemArray
arr2
Type: SystemArray

Return Value

Type: Boolean
true if the arrays contain the same values and are of the same length
See Also