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

◆ Equals() [1/3]

override bool System.Half.Equals ( [NotNullWhen(true)] object? obj)
inline

Definition at line 339 of file Half.cs.

340 {
341 if (obj is Half other)
342 {
343 return Equals(other);
344 }
345 return false;
346 }
override bool Equals([NotNullWhen(true)] object? obj)
Definition Half.cs:339
Half(ushort value)
Definition Half.cs:78

References System.Half.Equals(), System.obj, and System.other.

Referenced by System.Half.Equals().