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