Axiom.Framework.Configuration.PluginsElementCollection.IsElementName C# (CSharp) Method

IsElementName() private method

private IsElementName ( string elementName ) : bool
elementName string
return bool
        protected override bool IsElementName(string elementName)
        {
            return (elementName == global::Axiom.Framework.Configuration.PluginsElementCollection.PluginElementPropertyName);
        }