ConfigNode IsSameName Method NFX Class Library

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

Overload List

  NameDescription
Public methodIsSameName(String)
Returns true when another name is the same as this node's name per case-insensitive culture-neutral comparison
Public methodIsSameName(IConfigNode)
Returns true when another node has the same name as this one per case-insensitive culture-neutral comparison
Back to Top
See Also