Equals()

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

Checks for equality with specified object.

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

Arguments

ParameterTypeDescription
objSystem::SharedPtr<System::Object>Object.

Return Value

True if objects are equal, otherwise false.

See Also