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

◆ Equals() [1/3]

override bool System.Runtime.InteropServices.NFloat.Equals ( [NotNullWhen(true)] object? o)
inline

Definition at line 23 of file NFloat.cs.

24 {
25 if (o is NFloat other)
26 {
27 return Equals(other);
28 }
29 return false;
30 }
override bool Equals([NotNullWhen(true)] object? o)
Definition NFloat.cs:23

References System.Runtime.InteropServices.NFloat.Equals(), and System.other.

Referenced by System.Runtime.InteropServices.NFloat.Equals().