ProductName  

Returns True if all the elements of the matrix object are equal to elements of the matrix to which it is compared. Otherwise returns False.

Syntax

MatrixObject.IsEqualTo(Matrix2, MaxDifference)

Return Value

Returns a Boolean True or False value.

Parameters

Matrix2
Matrix object variable to which the initial matrix object is being compared.
MaxDifference
Optional. The maximum allowable difference between elements of the two matrices. Default value is 0.000000001  (1E-9).

Remarks

IsEqualTo returns False, if the matrices do not have the same size.

See Also

Applies To: Matrix | CMatrix