PagePorter Class Library

WebMetadata.WebUrlsEqual Method 

Returns a value that indicates if two pathnames are equal.

[Visual Basic]
Public Function WebUrlsEqual( _
   ByVal path1 As String, _
   ByVal path2 As String _
) As Boolean
[C#]
public bool WebUrlsEqual(
   string path1,
   string path2
);

Parameters

path1
The first pathname.
path2
The second pathname.

Return Value

Returns true if the two paths are equal; false otherwise. The paths are considered equal if they actually are equal, or are equal without regard to case if the CaseSensitiveUrls property is false, or are equal but use alternate directory separator characters (i.e. '/' and '\').

See Also

WebMetadata Class | Parastream.Web.MsFrontPage Namespace