Inheritance: IDisposable
Exemplo n.º 1
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);
        }
Exemplo n.º 2
0
 internal static HandleRef getCPtr(btHashInt obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 3
0
 internal static HandleRef getCPtr(btHashInt obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 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;
 }