Equals()

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

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

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

Arguments

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

Return Value

true if objects are equal; otherwise, false.

See Also