Equals()

ILineFormat::Equals(System::SharedPtr<ILineFormat>) method

Determines whether the two LineFormat instances are equal.

virtual bool Aspose::Slides::ILineFormat::Equals(System::SharedPtr<ILineFormat> lineFormat)=0

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