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

◆ Equals() [2/3]

bool System.Reflection.Metadata.Ecma335.EditAndContinueLogEntry.Equals ( EditAndContinueLogEntry other)
inline

Definition at line 26 of file EditAndContinueLogEntry.cs.

27 {
28 if (Operation == other.Operation)
29 {
30 return Handle == other.Handle;
31 }
32 return false;
33 }

References System.Reflection.Metadata.Handle.Handle(), and System.other.