Equals()

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

Determines whether the two ColorOperation instances are equal.

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

Arguments

ParameterTypeDescription
objSystem::SharedPtr<System::Object>The ColorOperation to compare with the current ColorOperation.

Return Value

true if the specified ColorOperation is equal to the current ColorOperation; otherwise, false.

See Also