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)
Parameter | Type | Description |
---|---|---|
obj | const 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
- Class Vector
- Class Object
- Class Style
- Namespace Aspose::Cells
- Library Aspose.Cells for C++