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

◆ Equals() [2/3]

bool System.Runtime.InteropServices.NFloat.Equals ( NFloat other)
inline

Definition at line 32 of file NFloat.cs.

33 {
34 return _value.Equals(other._value);
35 }

References System.Runtime.InteropServices.NFloat._value, and System.other.