libsbmlcs.SBase.matchesSBMLNamespaces C# (CSharp) Method

matchesSBMLNamespaces() public method

public matchesSBMLNamespaces ( SBase sb ) : bool
sb SBase
return bool
        public bool matchesSBMLNamespaces(SBase sb)
        {
            bool ret = libsbmlPINVOKE.SBase_matchesSBMLNamespaces__SWIG_0(swigCPtr, SBase.getCPtr(sb));
            return ret;
        }
SBase