private bool Equals(ExcelCell other) { return Row == other.Row && Column == other.Column; }
private bool Equals(ExcelCell other) { return(Row == other.Row && Column == other.Column); }