Aspose::Cells::Cell::Equals method
Contents
[
Hide
]Cell::Equals(const Aspose::Cells::Object&) method
Checks whether this object refers to the same cell with another.
bool Aspose::Cells::Cell::Equals(const Aspose::Cells::Object &obj)
Parameter | Type | Description |
---|---|---|
obj | const Aspose::Cells::Object& | another object |
ReturnValue
true if two objects refers to the same cell.
See Also
- Class Vector
- Class Object
- Class Cell
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Cell::Equals(const Cell&) method
Checks whether this object refers to the same cell with another cell object.
bool Aspose::Cells::Cell::Equals(const Cell &cell)
Parameter | Type | Description |
---|---|---|
cell | const Cell& | another cell object |
ReturnValue
true if two cell objects refers to the same cell.
See Also
- Class Vector
- Class Cell
- Class Cell
- Namespace Aspose::Cells
- Library Aspose.Cells for C++