libsbmlcs.SBMLReactionConverter.matchesProperties C# (CSharp) 메소드

matchesProperties() 공개 메소드

public matchesProperties ( ConversionProperties props ) : bool
props ConversionProperties
리턴 bool
        public new bool matchesProperties(ConversionProperties props)
        {
            bool ret = libsbmlPINVOKE.SBMLReactionConverter_matchesProperties(swigCPtr, ConversionProperties.getCPtr(props));
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }