IConfigSectionNode IsSameNameAttr Method NFX Class Library

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

Overload List

  NameDescription
Public methodIsSameNameAttr(String)
Returns true when this node has an attribute called "name" and its value is euqal to the supplied value per case-insensitive culture-neutral comparison
Public methodIsSameNameAttr(IConfigSectionNode)
Returns true when this and another nodes both have attribute "name" and their values are equal per case-insensitive culture-neutral comparison
Back to Top
See Also