Manager.AreTheSame(String, String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether two URLs are the same in their canonicalized forms.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
static bool AreTheSame(System::String ^ pURL1, System::String ^ pURL2);
public static bool AreTheSame(string pURL1, string pURL2);
static member AreTheSame : string * string -> bool
Public Shared Function AreTheSame (pURL1 As String, pURL2 As String) As Boolean
- pURL1
- String
The first URL to compare.
- pURL2
- String
The second URL to compare.
true
if the two URLs are the same; otherwise, false
.
Продукт | Версії |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5 |
Відгук про .NET
.NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: