Exemple #1
0
 private bool Equals(ExcelCell other)
 {
     return Row == other.Row && Column == other.Column;
 }
Exemple #2
0
 private bool Equals(ExcelCell other)
 {
     return(Row == other.Row && Column == other.Column);
 }