inline bool BitwiseEqual(const Point<T>& p) const;
BitwiseEqual performs bitwise comparison; returns true if the point is bitwise identical to the passed point.
Parameters |
Description |
const Point<T>& p |
A point which is used for bitwise comparison with the original point. |
A Boolean value of true if points are bitwise identical, otherwise false.