Cell.Equals
Equals(object)
Checks whether this object refers to the same cell with another.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | another object |
Return Value
true if two objects refers to the same cell.
See Also
- class Cell
- namespace Aspose.Cells
- assembly Aspose.Cells
Equals(Cell)
Checks whether this object refers to the same cell with another cell object.
public bool Equals(Cell cell)
Parameter | Type | Description |
---|---|---|
cell | Cell | another cell object |
Return Value
true if two cell objects refers to the same cell.
See Also
- class Cell
- namespace Aspose.Cells
- assembly Aspose.Cells