Inheritance: IDisposable
        public bool equals(btHashInt other)
        {
            bool ret = LinearMathPINVOKE.btHashInt_equals(swigCPtr, btHashInt.getCPtr(other));

            if (LinearMathPINVOKE.SWIGPendingException.Pending)
            {
                throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #2
0
 internal static HandleRef getCPtr(btHashInt obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 internal static HandleRef getCPtr(btHashInt obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Example #4
0
 public bool equals(btHashInt other)
 {
     bool ret = LinearMathPINVOKE.btHashInt_equals(swigCPtr, btHashInt.getCPtr(other));
     if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }