Skip to content

libcURL.Info.InfoType.Operator_Compare

Andrew Lambert edited this page Nov 26, 2022 · 2 revisions

libcURL.Info.InfoType.Operator_Compare

Method Signature

 Function Operator_Compare(OtherInfo As libcURL.Info.InfoType) As Integer

Parameters

Name Type Comment
OtherInfo InfoType The infotype to compare to Self.

Return value

Returns 0 if the infotypes are the same, otherwise non-zero.

Remarks

Since the InfoType class automatically converts from an Int32, you can compare an instance of InfoType to a literal number using this method.

Clone this wiki locally