Exemplo n.º 1
0
 private bool Equals(ExcelCell other)
 {
     return Row == other.Row && Column == other.Column;
 }
Exemplo n.º 2
0
 private bool Equals(ExcelCell other)
 {
     return(Row == other.Row && Column == other.Column);
 }