Function gpa::api_types::operator!=(Rect2D const&, Rect2D const&)

Function Documentation

bool gpa::api_types::operator!=(Rect2D const &lhs, Rect2D const &rhs)

Gets a value indicating whether or not two Rect2Ds are inequal.

Parameters
  • lhs -- [in] The left hand side object to compare for inequality

  • rhs -- [in] The right hand side object to compare for inequality

Returns

Whether or not the given Rect2Ds are inequal