Returns a value indicating whether this instance is equal to a specified matrix.
var instance = new Vintasoft.Imaging.Utils.WebMatrixJS(m11, m12, m21, m22, offsetx, offsety);
var value; // Type: boolean
// Parameters
var m; // Type: WebMatrixJS
value = instance.compareMatrix(m);
Parameters
- m
- An matrix to compare with this instance.
Return Value
True if matrix equals the value of this instance; otherwise, false.