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

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

  • rhs[in] – The second Zone object.

Returns:

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