Aspose::Cells::Drawing::Texts::ShapeTextAlignment::Equals method
ShapeTextAlignment::Equals method
Determines whether this instance has the same value as another specified ShapeTextAlignment object.
bool Aspose::Cells::Drawing::Texts::ShapeTextAlignment::Equals(const Aspose::Cells::Object &obj)
Parameter | Type | Description |
---|---|---|
obj | const Aspose::Cells::Object& | The ShapeTextAlignment object to compare with this instance. |
ReturnValue
true if the value of the obj parameter is the same as the value of this instance; otherwise, false. If obj is null, this method returns false.
See Also
- Class Vector
- Class Object
- Class ShapeTextAlignment
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++