Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator!=()
static
bool
Microsoft.Xna.Framework.BoundingBox.operator!=
(
BoundingBox
a
,
BoundingBox
b
)
inline
static
Definition at line
550
of file
BoundingBox.cs
.
551
{
552
if
(!(
a
.Min !=
b
.Min))
553
{
554
return
a.Max !=
b
.Max;
555
}
556
return
true
;
557
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Microsoft
Xna
Framework
BoundingBox
Generated by
1.10.0