Template Function gpa::api_types::detail::operator!=

Function Documentation

template<typename T>
inline bool gpa::api_types::detail::operator!=(BasicColor<T> const &lhs, BasicColor<T> const &rhs)

Gets a value indicating whether or not two BasicColor<>s 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 BasicColor<>s are inequal