]> git.saurik.com Git - wxWidgets.git/commitdiff
added operator==() and !=
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Aug 2005 19:29:06 +0000 (19:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Aug 2005 19:29:06 +0000 (19:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/point.tex

index 138bae1aa3c60e74135a436b7e0dc40d99368cb3..1d6f9042a53376a3dafe5c5bd627a288b5a68a76 100644 (file)
@@ -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.
+