operator==#

inline bool operator==(const Point3 &lhs, const Point3 &rhs)#

Tests for equality between two points.

Parameters:
  • lhs[in] The first point to compare.

  • rhs[in] The second point to compare.

Returns:

True if all corresponding components are equal, false otherwise.