Skip to content

c8_integer_operator_exeq

Dave Hudson edited this page May 2, 2017 · 2 revisions

c8::integer::operator !=

auto operator !=(const integer &v) const noexcept -> bool;

Determines if the value of this object (left hand side of the operator) is not equal to v (right hand side of the operator).

Return Value

  • true if the value of this object is not equal to v.
  • false if it is equal.

Exceptions

None.

See Also

Clone this wiki locally