Skip to content

libcURL.URLParser.Operator_Compare

Andrew Lambert edited this page Nov 7, 2023 · 5 revisions

libcURL.URLParser.Operator_Compare

Method Signature

 Function Operator_Compare(OtherURL As libcURL.URLParser) As Integer
 Function Operator_Compare(OtherURL As String) As Integer

Parameters

Operator_Compare(URLParser)

Name Type Comment
OtherURL URLParser The URLParser that is being compared to Self.

Operator_Compare(String)

Name Type Comment
OtherURL String The string that is being compared to the URLParser's contents.

Return value

Value Meaning
zero Self and OtherURL refer to the same instance
non-zero Self and OtherURL refer to different instance

Remarks

This method overloads the comparison operator(=), permitting direct comparisons between instances of URLParser and comparisons with strings.

See also

Clone this wiki locally