isXmlElementSameAsConfig method

bool isXmlElementSameAsConfig(
  1. XmlElement element
)

Implementation

bool isXmlElementSameAsConfig(XmlElement element) =>
    element.getAttribute('name') == configName;