ConfigSectionNode IsSameNameAttr Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodIsSameNameAttr(String)
Returns true when another name is the same as this section "name" attribute per case-insensitive culture-neutral comparison
Public methodIsSameNameAttr(IConfigSectionNode)
Returns true when another node has the attribute called 'name' and its value is the same as in this one per case-insensitive culture-neutral comparison
Back to Top
See Also