Function ouster::sdk::core::operator!=(const Zone&, const Zone&)

Function Documentation

bool ouster::sdk::core::operator!=(const Zone &lhs, const Zone &rhs)

Compares two Zone objects for inequality.

Parameters:
  • lhs[in] – The first Zone object.

  • rhs[in] – The second Zone object.

Returns:

true if the two Zone objects are not equal, false otherwise.