Equals()

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

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

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

Arguments

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

Return Value

true if objects are equal; otherwise, false.

See Also