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

◆ Equals()

override bool System.Reflection.EventInfo.Equals ( object? obj)
inlineinherited

Definition at line 104 of file EventInfo.cs.

105 {
106 return base.Equals(obj);
107 }

References System.obj.

Referenced by System.Reflection.EventInfo.operator==().