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
Parameter | Type | Description |
---|---|---|
obj | System::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
- Typedef SharedPtr
- Class Object
- Class Color
- Namespace Aspose::Page::Drawing
- Library Aspose.Page for C++