Point3::==

Point3::==
SF_INLINE bool operator ==(const Point3<T> & pt) const;
Description

== operator determines the equality of two points by comparing their x, y and z coordinate values.

Parameters
Parameters 
Description 
const Point3<T> & pt 
Point which is used for comparison. 
Return Value

A Boolean value of true if the points are equal, otherwise false.