public bool SmallerThan(ParamsError pe) { bool ret = VisionLabPINVOKE.ParamsError_SmallerThan(swigCPtr, ParamsError.getCPtr(pe)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool IsEqual_Op(ParamsError arg0) { bool ret = VisionLabPINVOKE.ParamsError_IsEqual_Op(swigCPtr, ParamsError.getCPtr(arg0)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }