ConfigSectionNode IsSameNameAttr Method (IConfigSectionNode)NFX Class Library

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

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

Namespace: NFX.Environment
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool IsSameNameAttr(
	IConfigSectionNode other
)

Return Value

Type: OnlineBoolean

Implements

IConfigSectionNode IsSameNameAttr(IConfigSectionNode)
See Also