libsbml.SBMLLevelVersionConverter.matchesProperties C# (CSharp) Метод

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

public matchesProperties ( ConversionProperties props ) : bool
props ConversionProperties
Результат bool
        public new bool matchesProperties(ConversionProperties props)
        {
            bool ret = libsbmlPINVOKE.SBMLLevelVersionConverter_matchesProperties(swigCPtr, ConversionProperties.getCPtr(props));
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }