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

ParameterTypeDescription
lineFormatSystem::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