Point3::!=

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

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

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

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