Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 734 Bytes

uri_equals_1381697556.md

File metadata and controls

30 lines (20 loc) · 734 Bytes
-api-id -api-type
M:Windows.Foundation.Uri.Equals(Windows.Foundation.Uri)
winrt method

Windows.Foundation.Uri.Equals

-description

Determines whether the specified Uri object is equal to the current Uri object.

-parameters

-param pUri

The Uri object to be compared.

-returns

true if the two Uri values are the same; otherwise, false.

-remarks

Equality comparison is based on the logical content (the property values).

-examples

-see-also