Equals()

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

Determines whether the two ILineFormatEffectiveData instances are equal.

virtual bool Aspose::Slides::ILineFormatEffectiveData::Equals(System::SharedPtr<ILineFormatEffectiveData> lf)=0

Arguments

ParameterTypeDescription
lfSystem::SharedPtr<ILineFormatEffectiveData>The ILineFormatEffectiveData to compare with the current ILineFormatEffectiveData.

Return Value

true if the specified ILineFormatEffectiveData is equal to the current ILineFormatEffectiveData; otherwise, false.

See Also