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 different.

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 inequality operator.
rightconst Aspose::Page::Drawing::Color&The T:Aspose::Page::Drawing::Color that is to the right of the inequality operator.

ReturnValue

true if the two T:Aspose::Page::Drawing::Color structures are different; 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 different.

bool Aspose::Page::Drawing::operator!=(const Aspose::Page::Drawing::Size &sz1, const Aspose::Page::Drawing::Size &sz2)
ParameterTypeDescription
sz1const Aspose::Page::Drawing::Size&The T:Aspose::Page::Drawing::Size structure on the left of the inequality operator.
sz2const Aspose::Page::Drawing::Size&The T:Aspose::Page::Drawing::Size structure on the right of the inequality operator.

ReturnValue

true if sz1 and sz2 differ either in width or height; false if sz1 and sz2 are equal.

Remarks

3

See Also