libsbml.XMLNode.equals C# (CSharp) 메소드

equals() 공개 메소드

public equals ( XMLNode other ) : bool
other XMLNode
리턴 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