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)
ParameterTypeDescription
objconst 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