X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/392751754e224616f01ce454830177b7a2b24b2b..65de19d80ac1ee363782eb9d36f9b4d567160f43:/docs/latex/wx/point.tex 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. +