Java.Net.URLStreamHandler.Equals Method
Returns true if a and b have the same protocol, host, port, file, and reference.

Syntax

[Android.Runtime.Register("equals", "(Ljava/net/URL;Ljava/net/URL;)Z", "GetEquals_Ljava_net_URL_Ljava_net_URL_Handler")]
protected virtual bool Equals (URL url1, URL url2)

Parameters

a
Documentation for this section has not yet been entered.
b
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if a and b have the same protocol, host, port, file, and reference.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1