]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/point.tex
Fix underscore escaping again (one obscure one left in wxmsw.tex)
[wxWidgets.git] / 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.
+