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