Equals()

SlideShowTransition::Equals(System::SharedPtr<System::Object>) method

Determines whether the two SlideShowTransition instances are equal. Read/write bool.

bool Aspose::Slides::SlideShow::SlideShowTransition::Equals(System::SharedPtr<System::Object> obj) override

Arguments

ParameterTypeDescription
objSystem::SharedPtr<System::Object>The SlideShowTransition to compare with the current SlideShowTransition.

Return Value

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

See Also