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); }
public bool eq(FbxSymbol pSymbol) { bool ret = FbxWrapperNativePINVOKE.FbxSymbol_eq(swigCPtr, FbxSymbol.getCPtr(pSymbol)); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }