Point::BitwiseEqual

Point::BitwiseEqual
inline bool BitwiseEqual(const Point<T>& p) const;
Description

BitwiseEqual performs bitwise comparison; returns true if the point is bitwise identical to the passed point.

Parameters
Parameters 
Description 
const Point<T>& p 
A point which is used for bitwise comparison with the original point. 
Return Value

A Boolean value of true if points are bitwise identical, otherwise false.