Java.Net.URLStreamHandler.HostsEqual Method
Returns true if the hosts of a and b are equal.

Syntax

[Android.Runtime.Register("hostsEqual", "(Ljava/net/URL;Ljava/net/URL;)Z", "GetHostsEqual_Ljava_net_URL_Ljava_net_URL_Handler")]
protected virtual bool HostsEqual (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 the hosts of a and b are equal.

[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