From: Vadim Zeitlin Date: Sat, 27 Aug 2005 19:29:06 +0000 (+0000) Subject: added operator==() and != X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0f71b9da7f10b22c87bb3228f7f5e82fe6bef03c added operator==() and != git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/point.tex b/docs/latex/wx/point.tex index 138bae1aa3..1d6f9042a5 100644 --- a/docs/latex/wx/point.tex +++ b/docs/latex/wx/point.tex @@ -39,3 +39,16 @@ x member. y member. +\membersection{wxPoint::operator $==$}\label{wxpointequal} + +\func{bool}{operator $==$}{\param{const wxPoint\& }{pt}} + +Equality operator: returns \true if two points are the same. + + +\membersection{wxPoint::operator $!=$}\label{wxpointnotequal} + +\func{bool}{operator $!=$}{\param{const wxPoint\& }{pt}} + +Inequality operator: returns \true if two points are different. +