[This is preliminary documentation and is subject to change.]
Returns true when another node has the same name as 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 IsSameName(
IConfigNode other
)
public bool IsSameName(
IConfigNode other
)
Public Function IsSameName (
other As IConfigNode
) As Boolean
Public Function IsSameName (
other As IConfigNode
) As Boolean
public:
virtual bool IsSameName(
IConfigNode^ other
) sealed
public:
virtual bool IsSameName(
IConfigNode^ other
) sealed
abstract IsSameName :
other : IConfigNode -> bool
override IsSameName :
other : IConfigNode -> bool
abstract IsSameName :
other : IConfigNode -> bool
override IsSameName :
other : IConfigNode -> bool
Return Value
Type:
BooleanImplements
IConfigNode IsSameName(IConfigNode)