BulletCSharp.btHashPtr.equals C# (CSharp) Метод

equals() публичный Метод

public equals ( btHashPtr other ) : bool
other btHashPtr
Результат 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;
        }