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

◆ Equals() [8/8]

readonly bool System.Numerics.Vector< T >.Equals ( Vector< T > other)
inline

Definition at line 1033 of file Vector.cs.

1034 {
1035 return this == other;
1036 }

References System.other.