Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Equals() [3/3]

readonly bool System.Numerics.Vector2.Equals ( Vector2 other)
inline

Definition at line 347 of file Vector2.cs.

348 {
349 return this == other;
350 }

References System.other.