Click or drag to resize

PathCollectionSamePath Method

Checks if two paths are identical

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public static bool SamePath(
	string path1,
	string path2
)

Parameters

path1
Type: SystemString
A file system path
path2
Type: SystemString
Another file system path

Return Value

Type: Boolean
true, if both paths are identical, false if they differ
See Also