added operator==() and !=

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-08-27 19:29:06 +00:00
parent 2c1dbc95e1
commit 0f71b9da7f

View File

@@ -39,3 +39,16 @@ x member.
y 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.