|
MathIdentical
Compares two arrays of values and returns true if all elements match.
Version for working with arrays of real values:
bool MathIdentical(
|
Version for working with arrays of integer values:
bool MathIdentical(
|
Parameters
array1[]
[in] The first array to compare.
array2[]
[in] The second array to compare.
Return Value
Returns true if the arrays are equal, otherwise false.