Ejemplo n.º 1
0
 protected Boolean Equals(MethodNameAttribute other)
 {
     return(base.Equals(other) && String.Equals(MethodName, other.MethodName));
 }
Ejemplo n.º 2
0
 protected Boolean Equals(MethodNameAttribute other)
 {
     return base.Equals(other) && String.Equals(MethodName, other.MethodName);
 }