Aspose::Page::Drawing::operator== method

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)
ParameterTypeDescription
leftconst Aspose::Page::Drawing::Color&The T:Aspose::Page::Drawing::Color that is to the left of the equality operator.
rightconst 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

3

See Also

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)
ParameterTypeDescription
leftconst Aspose::Page::Drawing::Size&The T:Aspose::Page::Drawing::Size structure on the left side of the equality operator.
rightconst 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

3

See Also