Equals()

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

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

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

Arguments

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

Return Value

true if objects are equal; otherwise, false.

See Also