13 internal int m_method;
35 public override bool Equals(
object obj)
50 return obj.m_method == m_method;
static bool operator==(MethodToken a, MethodToken b)
Indicates whether two T:System.Reflection.Emit.MethodToken structures are equal.
override bool Equals(object obj)
Tests whether the given object is equal to this MethodToken object.
The MethodToken struct is an object representation of a token that represents a method.
override int GetHashCode()
Returns the generated hash code for this method.
static readonly MethodToken Empty
The default MethodToken with P:System.Reflection.Emit.MethodToken.Token value 0.
static bool operator !=(MethodToken a, MethodToken b)
Indicates whether two T:System.Reflection.Emit.MethodToken structures are not equal.
int Token
Returns the metadata token for this method.
Specifies that the class can be serialized.
bool Equals(MethodToken obj)
Indicates whether the current instance is equal to the specified T:System.Reflection....