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:
@@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user