BulletCSharp.btHashPtr.equals C# (CSharp) Method

equals() public method

public equals ( btHashPtr other ) : bool
other btHashPtr
return bool
        public bool equals(btHashPtr other)
        {
            bool ret = LinearMathPINVOKE.btHashPtr_equals(swigCPtr, btHashPtr.getCPtr(other));
            if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }