The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



EqualArrays


Unit:SDL_openarrays
Class: none
Declaration: [1] function EqualArrays (Mat1, Mat2: TIntArray): boolean;
[2] function EqualArrays (Mat1, Mat2: TInt2DArray): boolean;
[3] function EqualArrays (Mat1, Mat2: TInt3DArray): boolean;
[4] function EqualArrays (Mat1, Mat2: TInt4DArray): boolean;

The function EqualArrays compares the two arrays Mat1 and Mat2 and returns TRUE if they are equal.



Last Update: 2023-Feb-06