Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsQNameEqual()
[1/2]
bool
System.Xml.Xsl.Runtime.XmlQueryRuntime.IsQNameEqual
(
XPathNavigator
n1
,
XPathNavigator
n2
)
inline
Definition at line
274
of file
XmlQueryRuntime.cs
.
275
{
276
if
(
n1
.NameTable ==
n2
.NameTable)
277
{
278
if
((
object
)
n1
.LocalName ==
n2
.LocalName)
279
{
280
return
(
object
)
n1.NamespaceURI
==
n2
.NamespaceURI;
281
}
282
return
false
;
283
}
284
if
(
n1
.LocalName ==
n2
.LocalName)
285
{
286
return
n1.NamespaceURI
==
n2
.NamespaceURI;
287
}
288
return
false
;
289
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.ValueHandleType.Dictionary
@ Dictionary
References
System.Xml.Dictionary
.
System
Xml
Xsl
Runtime
XmlQueryRuntime
Generated by
1.10.0