| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim url1 As Uri Dim url2 As Uri Dim value As Boolean value = Utils.AreDomainsEqual(url1, url2) | |
Parameters
- url1
- The first URL to compare.
- url2
- The second URL to compare.
Return Value
True if they have the same domain.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    