Equals()

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

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

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

Arguments

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

Return Value

true if objects are equal; otherwise, false.

See Also