touchvg.core.Matrix2d.isEqualTo C# (CSharp) Method

isEqualTo() public method

public isEqualTo ( Matrix2d mat ) : bool
mat Matrix2d
return bool
  public bool isEqualTo(Matrix2d mat) {
    bool ret = touchvgPINVOKE.Matrix2d_isEqualTo__SWIG_1(swigCPtr, Matrix2d.getCPtr(mat));
    if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
    return ret;
  }

Same methods

Matrix2d::isEqualTo ( Matrix2d mat, Tol tol ) : bool