Aspose::Page::Drawing::Color::Equals method

Color::Equals method

Tests whether the specified object is a T:Aspose::Page::Drawing::Color structure and is equivalent to this T:Aspose::Page::Drawing::Color structure.

bool Aspose::Page::Drawing::Color::Equals(System::SharedPtr<System::Object> obj) override
ParameterTypeDescription
objSystem::SharedPtr<System::Object>The object to test.

ReturnValue

true if obj is a T:Aspose::Page::Drawing::Color structure equivalent to this T:Aspose::Page::Drawing::Color structure; otherwise, false.

See Also