BulletCSharp.btHashString.equals C# (CSharp) Method

equals() public method

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