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

◆ Equals() [3/3]

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

Definition at line 357 of file Vector3.cs.

358 {
359 return this == other;
360 }

References System.other.