terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ operator!=()

static bool Microsoft.Xna.Framework.Graphics.DisplayMode.operator!= ( DisplayMode left,
DisplayMode right )
inlinestatic

Definition at line 98 of file DisplayMode.cs.

99 {
100 if (left != null)
101 {
102 SurfaceFormat surfaceFormat = left.format;
103 int num = left.height;
104 int num2 = left.width;
105 }
106 return true;
107 }
class f__AnonymousType0<< Count > j__TPar

References Microsoft.Xna.Framework.Graphics.DisplayMode.format, Microsoft.Xna.Framework.Graphics.DisplayMode.height, j__TPar, and Microsoft.Xna.Framework.Graphics.DisplayMode.width.