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

isEqualTo() public method

public isEqualTo ( Point2d pnt ) : bool
pnt Point2d
return bool
  public bool isEqualTo(Point2d pnt) {
    bool ret = touchvgPINVOKE.Point2d_isEqualTo__SWIG_1(swigCPtr, Point2d.getCPtr(pnt));
    if (touchvgPINVOKE.SWIGPendingException.Pending) throw touchvgPINVOKE.SWIGPendingException.Retrieve();
    return ret;
  }

Same methods

Point2d::isEqualTo ( Point2d pnt, Tol tol ) : bool