Equals()

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

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

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

Arguments

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

Return Value

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

See Also