Equals()

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

Determines whether the specified OuterShadow is equal to the current OuterShadow.

bool Aspose::Slides::Effects::OuterShadow::Equals(System::SharedPtr<System::Object> obj) override

Arguments

ParameterTypeDescription
objSystem::SharedPtr<System::Object>The OuterShadow to compare.

Return Value

true if objects are equal; otherwise, false.

See Also