-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.URLParser.Operator_Compare
Andrew Lambert edited this page Nov 7, 2023
·
5 revisions
Function Operator_Compare(OtherURL As libcURL.URLParser) As Integer
Function Operator_Compare(OtherURL As String) As Integer| Name | Type | Comment |
|---|---|---|
| OtherURL | URLParser |
The URLParser that is being compared to Self. |
| Name | Type | Comment |
|---|---|---|
| OtherURL | String |
The string that is being compared to the URLParser's contents. |
| Value | Meaning |
|---|---|
zero |
Self and OtherURL refer to the same instance |
non-zero |
Self and OtherURL refer to different instance |
This method overloads the comparison operator(=), permitting direct comparisons between instances of URLParser and comparisons with strings.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.