libcURL.Info.InfoType.Operator_Compare - charonn0/RB-libcURL GitHub Wiki
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.