Equals()

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

Determines whether the two TransitionValueBase instances are equal.

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

Arguments

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

Return Value

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

See Also