PathCollectionSamePath Method |
Checks if two paths are identical
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static bool SamePath(
string path1,
string path2
)
Public Shared Function SamePath (
path1 As String,
path2 As String
) As Boolean
public:
static bool SamePath(
String^ path1,
String^ path2
)
static member SamePath :
path1 : string *
path2 : string -> bool
Parameters
- path1
- Type: SystemString
A file system path - path2
- Type: SystemString
Another file system path
Return Value
Type:
Booleantrue, if both paths are identical, false if they differ
See Also