BulletCSharp.btHashInt.equals C# (CSharp) Method

equals() public method

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