Aspose::Page::Drawing::operator== method
Contents
[
Hide
]Aspose::Page::Drawing::operator==(const Aspose::Page::Drawing::Color&, const Aspose::Page::Drawing::Color&) method
Tests whether two specified T:Aspose::Page::Drawing::Color structures are equivalent.
bool Aspose::Page::Drawing::operator==(const Aspose::Page::Drawing::Color &left, const Aspose::Page::Drawing::Color &right)
| Parameter | Type | Description |
|---|---|---|
| left | const Aspose::Page::Drawing::Color& | The T:Aspose::Page::Drawing::Color that is to the left of the equality operator. |
| right | const Aspose::Page::Drawing::Color& | The T:Aspose::Page::Drawing::Color that is to the right of the equality operator. |
ReturnValue
true if the two T:Aspose::Page::Drawing::Color structures are equal; otherwise, false.
Remarks
See Also
- Class Color
- Namespace Aspose::Page::Drawing
- Library Aspose.Page for C++
Aspose::Page::Drawing::operator==(const Aspose::Page::Drawing::Size&, const Aspose::Page::Drawing::Size&) method
Tests whether two T:Aspose::Page::Drawing::Size structures are equal.
bool Aspose::Page::Drawing::operator==(const Aspose::Page::Drawing::Size &left, const Aspose::Page::Drawing::Size &right)
| Parameter | Type | Description |
|---|---|---|
| left | const Aspose::Page::Drawing::Size& | The T:Aspose::Page::Drawing::Size structure on the left side of the equality operator. |
| right | const Aspose::Page::Drawing::Size& | The T:Aspose::Page::Drawing::Size structure on the right of the equality operator. |
ReturnValue
true if left and right have equal width and height; otherwise, false.
Remarks
See Also
- Class Size
- Namespace Aspose::Page::Drawing
- Library Aspose.Page for C++