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