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

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

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