Compares the specified object with this cell for equality. Two cells are equal when they have equal row keys, column keys, and values.
(@Nullable Object obj)
| 290 | * equal when they have equal row keys, column keys, and values. |
| 291 | */ |
| 292 | @Override |
| 293 | boolean equals(@Nullable Object obj); |
| 294 | |
| 295 | /** |