Equals()

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

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

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

Arguments

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

Return Value

true if objects are equal; otherwise, false.

See Also