Equals()

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

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

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

Arguments

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

Return Value

true if objects are equal; otherwise, false.

See Also