Equals()

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

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

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

Arguments

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

Return Value

true if objects are equal; otherwise, false.

See Also