Aspose::Cells::Style::Equals method

Style::Equals method

Determines whether two Style instances are equal.

bool Aspose::Cells::Style::Equals(const Aspose::Cells::Object &obj)
ParameterTypeDescription
objconst Aspose::Cells::Object&The Style object to compare with the current Style object.

ReturnValue

true if the specified Object is equal to the current Object; otherwise, false.

See Also