internal static HandleRef getCPtr(btHashPtr obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public bool equals(btHashPtr other) { bool ret = LinearMathPINVOKE.btHashPtr_equals(swigCPtr, btHashPtr.getCPtr(other)); if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve(); return ret; }