IsEqualMatrix (mA, mB, tolerance )

Returns true if matrix mA is within tolerance of matrix mB

NOTE: This will run on the main process.

Example:
     IsEqualMatrix ( 0, 1, 0.0001 )