Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator!=()
[3/3]
static
bool
System.Xml.PrefixHandle.operator!=
(
PrefixHandle
prefix1
,
XmlDictionaryString
prefix2
)
inline
static
Definition at line
236
of file
PrefixHandle.cs
.
237
{
238
return
!
prefix1
.Equals2(
prefix2
);
239
}
System.Xml.ValueHandleType.Dictionary
@ Dictionary
References
System.Xml.Dictionary
.
System
Xml
PrefixHandle
Generated by
1.10.0