-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.Opts.OptionInfo.Operator_Compare
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
libcURL.Opts.OptionInfo.Operator_Compare
Function Operator_Compare(OtherOpt As libcURL.Opts.OptionInfo) As Integer
Name | Type | Comment |
---|---|---|
OtherOpt | OptionInfo |
The option to compare to Self . |
Returns 0
if the options are the same, otherwise non-zero.
Since the OptionInfo
class automatically converts from an Int32
, you can compare an instance of OptionInfo
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.