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

◆ Equals() [1/3]

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

Definition at line 24 of file CULong.cs.

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

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

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