libsbml.XMLNode.equals C# (CSharp) Method

equals() public method

public equals ( XMLNode other, bool ignoreURI ) : bool
other XMLNode
ignoreURI bool
return bool
        public bool equals(XMLNode other, bool ignoreURI)
        {
            bool ret = libsbmlPINVOKE.XMLNode_equals__SWIG_0(swigCPtr, XMLNode.getCPtr(other), ignoreURI);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }

Same methods

XMLNode::equals ( XMLNode other ) : bool