Point :: operator== - Copmare points
The function returns true, when x and y values for both points are identical.
Return value:  State of function return ( bool  )
A State true indicates, that the function was executed successfully. Otherwise state is false.
Implementation details
bool 
Point  :: operator== ( odabagui::Point &cPoint )
- cPoint - Constant area position

