libsbmlcs.SBMLReactionConverter.matchesProperties C# (CSharp) Method

matchesProperties() public method

public matchesProperties ( ConversionProperties props ) : bool
props ConversionProperties
return 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;
        }