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

◆ Equals() [1/3]

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

Definition at line 37 of file AsyncFlowControl.cs.

38 {
39 if (obj is AsyncFlowControl obj2)
40 {
41 return Equals(obj2);
42 }
43 return false;
44 }
override bool Equals([NotNullWhen(true)] object? obj)

References System.Threading.AsyncFlowControl.Equals(), and System.obj.

Referenced by System.Threading.AsyncFlowControl.Equals(), and System.Threading.AsyncFlowControl.operator==().