コード例 #1
0
 protected Boolean Equals(MethodNameAttribute other)
 {
     return(base.Equals(other) && String.Equals(MethodName, other.MethodName));
 }
コード例 #2
0
 protected Boolean Equals(MethodNameAttribute other)
 {
     return base.Equals(other) && String.Equals(MethodName, other.MethodName);
 }