예제 #1
0
        public bool ne(FbxSymbol pSymbol)
        {
            bool ret = fbx_wrapperPINVOKE.FbxSymbol_ne(swigCPtr, FbxSymbol.getCPtr(pSymbol));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #2
0
        public bool eq(FbxSymbol pSymbol)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxSymbol_eq(swigCPtr, FbxSymbol.getCPtr(pSymbol));

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