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

◆ Equals()

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

Definition at line 29 of file ConstructorInfo.cs.

30 {
31 return base.Equals(obj);
32 }

References System.obj.

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