Aspose::Cells::Cell::Equals method

Cell::Equals method

Checks whether this object refers to the same cell with another cell object.

bool Aspose::Cells::Cell::Equals(const Cell &cell)
ParameterTypeDescription
cellconst Cell&another cell object

ReturnValue

true if two cell objects refers to the same cell.

See Also