Exemplo n.º 1
0
        public bool ne(FbxDateTime pRHS)
        {
            bool ret = fbx_wrapperPINVOKE.FbxDateTime_ne(swigCPtr, FbxDateTime.getCPtr(pRHS));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 2
0
        public bool eq(FbxDateTime pRHS)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxDateTime_eq(swigCPtr, FbxDateTime.getCPtr(pRHS));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }