Equals()
LineFormat::Equals(System::SharedPtr<System::Object>) method
bool Aspose::Slides::LineFormat::Equals(System::SharedPtr<System::Object> obj) override
LineFormat::Equals(System::SharedPtr<ILineFormat>) method
Determines whether the two LineFormat instances are equal.
bool Aspose::Slides::LineFormat::Equals(System::SharedPtr<ILineFormat> lineFormat) override
Arguments
Parameter | Type | Description |
---|---|---|
lineFormat | System::SharedPtr<ILineFormat> | The LineFormat to compare with the current LineFormat. |
Return Value
true if the specified LineFormat is equal to the current LineFormat; otherwise, false.
See Also
- Typedef SharedPtr
- Class Object
- Class LineFormat
- Class ILineFormat
- Namespace Aspose::Slides
- Library Aspose.Slides