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);
    }
 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;
 }
 internal static HandleRef getCPtr(ParamsError obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 internal static HandleRef getCPtr(ParamsError obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ParamsError obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }