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

◆ Equals() [2/3]

override bool System.Reflection.Emit.ExceptionHandler.Equals ( object obj)
inline

Definition at line 35 of file ExceptionHandler.cs.

36 {
37 if (obj is ExceptionHandler)
38 {
40 }
41 return false;
42 }
ExceptionHandler(int tryStartOffset, int tryEndOffset, int filterOffset, int handlerStartOffset, int handlerEndOffset, int kind, int exceptionTypeToken)

References System.Reflection.Emit.ExceptionHandler.Equals(), and System.obj.

Referenced by System.Reflection.Emit.ExceptionHandler.Equals().