Single section for variants of the same function so it is less confusing for referencing from other parts.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
aed3141867
commit
4b4fae9b06
@ -774,9 +774,7 @@ caseSensitive is true by default (case matters).
|
||||
|
||||
Returns true if strings are equal, false otherwise.
|
||||
|
||||
See also \helpref{Cmp}{wxstringcmp}, \helpref{CmpNoCase}{wxstringcmpnocase}, \helpref{IsSameAs}{wxstringissameas2}
|
||||
|
||||
\membersection{wxString::IsSameAs}\label{wxstringissameas2}
|
||||
See also \helpref{Cmp}{wxstringcmp}, \helpref{CmpNoCase}{wxstringcmpnocase}
|
||||
|
||||
\constfunc{bool}{IsSameAs}{\param{char}{ c}, \param{bool}{ caseSensitive = true}}
|
||||
|
||||
@ -785,7 +783,7 @@ case-sensitive if {\it caseSensitive} is true (default) or not if it is false.
|
||||
|
||||
Returns true if the string is equal to the character, false otherwise.
|
||||
|
||||
See also \helpref{Cmp}{wxstringcmp}, \helpref{CmpNoCase}{wxstringcmpnocase}, \helpref{IsSameAs}{wxstringissameas}
|
||||
See also \helpref{Cmp}{wxstringcmp}, \helpref{CmpNoCase}{wxstringcmpnocase}
|
||||
|
||||
\membersection{wxString::IsWord}\label{wxstringisword}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user