Uri.Equals Method (Uri)

Determines whether the specified Uniform Resource Identifier (URI) is equal to the current Uniform Resource Identifier (URI).

Syntax

public:
bool Equals(
         Uri^ pUri
)  

Parameters

pUri
Type: Uri 

  The Uniform Resource Identifier (URI) to be compared.

Return value

Type: bool 

  True if the Uniform Resource Identifiers (URIs) are the same; otherwise, false.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

Uri Class

Uri Members

Windows.Foundation Namespace