[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.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool IsSameNameAttr(
IConfigSectionNode other
)
public bool IsSameNameAttr(
IConfigSectionNode other
)
Public Function IsSameNameAttr (
other As IConfigSectionNode
) As Boolean
Public Function IsSameNameAttr (
other As IConfigSectionNode
) As Boolean
public:
virtual bool IsSameNameAttr(
IConfigSectionNode^ other
) sealed
public:
virtual bool IsSameNameAttr(
IConfigSectionNode^ other
) sealed
abstract IsSameNameAttr :
other : IConfigSectionNode -> bool
override IsSameNameAttr :
other : IConfigSectionNode -> bool
abstract IsSameNameAttr :
other : IConfigSectionNode -> bool
override IsSameNameAttr :
other : IConfigSectionNode -> bool
Return Value
Type:
BooleanImplements
IConfigSectionNode IsSameNameAttr(IConfigSectionNode)