Intersoft ClientUI Documentation
IsUriSynchronized Method



Syntax
Public Shared Function IsUriSynchronized( _
   ByVal navigateUri As Uri, _
   ByVal uri As Uri, _
   Optional ByVal isExactMatch As Boolean _
) As Boolean
Dim navigateUri As Uri
Dim uri As Uri
Dim isExactMatch As Boolean
Dim value As Boolean
 
value = Utility.IsUriSynchronized(navigateUri, uri, isExactMatch)
public static bool IsUriSynchronized( 
   Uri navigateUri,
   Uri uri,
   bool isExactMatch
)
public:
static bool IsUriSynchronized( 
   Uri^ navigateUri,
   Uri^ uri,
   bool isExactMatch
) 

Parameters

navigateUri
uri
isExactMatch
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utility Class
Utility Members

Send Feedback