-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.Info.InfoType.Operator_Compare
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
Function Operator_Compare(OtherInfo As libcURL.Info.InfoType) As Integer
Name | Type | Comment |
---|---|---|
OtherInfo | InfoType |
The infotype to compare to Self . |
Returns 0
if the infotypes are the same, otherwise non-zero.
Since the InfoType
class automatically converts from an Int32
, you can compare an instance of InfoType
to a literal number using this method.
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.