SF_INLINE bool operator ==(const Point3<T> & pt) const;
== operator determines the equality of two points by comparing their x, y and z coordinate values.
A Boolean value of true if the points are equal, otherwise false.