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

◆ Equals() [2/3]

bool System.Reflection.Emit.Label.Equals ( Label obj)
inline

Definition at line 33 of file Label.cs.

34 {
35 return obj.m_label == m_label;
36 }
readonly int m_label
Definition Label.cs:7

References System.Reflection.Emit.Label.m_label.