host_equal
Description:
[
Version ( since =
"2.28" ) ]
public bool host_equal (
URI v2)
Compares this and v2
, considering only the scheme, host, and port.
Parameters:
this |
a URI with a non-%NULL host member
|
v2 |
a URI with a non-%NULL host member
|
Returns:
whether or not the URIs are equal in scheme, host, and port.
|