Inheritance: TypeIdentifier
Exemplo n.º 1
0
 protected bool Equals(MethodIdentifier other)
 {
     return base.Equals(other) && string.Equals(_methodSignature, other._methodSignature);
 }
Exemplo n.º 2
0
 protected bool Equals(MethodIdentifier other)
 {
     return(base.Equals(other) && string.Equals(_methodSignature, other._methodSignature));
 }