Intersoft ClientUI Documentation
IsUriSynchronized Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > Utility Class : IsUriSynchronized Method






uri
isExactMatch

Syntax

Visual Basic (Declaration) 
Public Shared Function IsUriSynchronized( _
   ByVal navigateUri As Uri, _
   ByVal uri As Uri, _
   Optional ByVal isExactMatch As Boolean _
) As Boolean
Visual Basic (Usage)Copy Code
Dim navigateUri As Uri
Dim uri As Uri
Dim isExactMatch As Boolean
Dim value As Boolean
 
value = Utility.IsUriSynchronized(navigateUri, uri, isExactMatch)
C# 
public static bool IsUriSynchronized( 
   Uri navigateUri,
   Uri uri,
   bool isExactMatch
)
Delphi 
public function IsUriSynchronized( 
    navigateUri: Uri;
    uri: Uri;
    isExactMatch: Boolean
): Boolean; static; 
JScript 
public static function IsUriSynchronized( 
   navigateUri : Uri,
   uri : Uri,
   isExactMatch : boolean
) : boolean;
Managed Extensions for C++ 
public: static bool IsUriSynchronized( 
   Uri* navigateUri,
   Uri* uri,
   bool isExactMatch
) 
C++/CLI 
public:
static bool IsUriSynchronized( 
   Uri^ navigateUri,
   Uri^ uri,
   bool isExactMatch
) 

Parameters

navigateUri
uri
isExactMatch

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.