Ejemplo n.º 1
0
 /// <inheritdoc/>
 public bool Equals(StyledCell other)
 {
     return(DataCell.Equals(other.DataCell) && EqualityComparer <StyleId?> .Default.Equals(StyleId, other.StyleId));
 }