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

◆ Equals() [1/2]

override bool System.Diagnostics.Tracing.EventDescriptor.Equals ( [NotNullWhen(true)] object obj)
inline

Definition at line 87 of file EventDescriptor.cs.

88 {
90 {
91 return Equals(other);
92 }
93 return false;
94 }
override bool Equals([NotNullWhen(true)] object obj)
EventDescriptor(int traceloggingId, byte level, byte opcode, long keywords)

References System.Diagnostics.Tracing.EventDescriptor.Equals(), System.obj, and System.other.

Referenced by System.Diagnostics.Tracing.EventDescriptor.Equals().