コード例 #1
0
 public bool Equals(FakeDbDataParameter other)
 {
     return(ParameterName.Equals(other.ParameterName));
 }
コード例 #2
0
 public bool Equals(FakeDbDataParameter other)
 {
     return ParameterName.Equals(other.ParameterName);
 }