Equals()

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

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

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

Arguments

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

Return Value

true if objects are equal; otherwise, false.

See Also