Aspose::Cells::Drawing::LineFormat::Equals method
LineFormat::Equals method
Determines whether this instance has the same value as another specified LineFormat object.
bool Aspose::Cells::Drawing::LineFormat::Equals(const Aspose::Cells::Object &obj)
Parameter | Type | Description |
---|---|---|
obj | const Aspose::Cells::Object& | The LineFormat 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 LineFormat
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++