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