Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsSamePosition()
[1/2]
static
bool
System.Xml.XPath.XNodeNavigator.IsSamePosition
(
XNodeNavigator
n1
,
XNodeNavigator
n2
)
inline
static
private
Definition at line
672
of file
XNodeNavigator.cs
.
673
{
674
if
(
n1
._source ==
n2
._source)
675
{
676
return
n1
._source.GetParent() ==
n2
._source.GetParent();
677
}
678
return
false
;
679
}
System.Xml.ValueHandleType.Dictionary
@ Dictionary
References
System.Xml.Dictionary
.
System
Xml
XPath
XNodeNavigator
Generated by
1.10.0