Inheritance: TypeIdentifier
コード例 #1
0
 protected bool Equals(MethodIdentifier other)
 {
     return base.Equals(other) && string.Equals(_methodSignature, other._methodSignature);
 }
コード例 #2
0
 protected bool Equals(MethodIdentifier other)
 {
     return(base.Equals(other) && string.Equals(_methodSignature, other._methodSignature));
 }