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

            if (LinearMathPINVOKE.SWIGPendingException.Pending)
            {
                throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 2
0
 public bool equals(btHashString other)
 {
     bool ret = LinearMathPINVOKE.btHashString_equals(swigCPtr, btHashString.getCPtr(other));
     if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
 internal static HandleRef getCPtr(btHashString obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 4
0
 internal static HandleRef getCPtr(btHashString obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }