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