libsbml.XMLNode.equals C# (CSharp) Method

equals() public method

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

Same methods

XMLNode::equals ( XMLNode other, bool ignoreURI ) : bool