equals method

equals

The actual implementation.

Returns

[true] if martrix are equals

def equals(self, a, b):
    ...
ParameterTypeDescription
aXpsMatrixThe first matrix.
bXpsMatrixThe second matrix.

See Also