Aspose::Cells::Row::Equals method

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)
ParameterTypeDescription
objconst Aspose::Cells::Object&another object

ReturnValue

true if two objects refers to the same row.

See Also

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)
ParameterTypeDescription
rowconst Row&another row object

ReturnValue

true if two row objects refers to the same row.

See Also