Exemple #1
0
 public bool HasDifference(int rowIndex, int columnIndex)
 {
     return(Differences.Any(x => x.Row == rowIndex && x.Col == columnIndex));
 }