PathUtil::ArePathsEqual Method (String^, String^)
Visual Studio 2015
Determines whether two paths are equal. This method does not treat Path.DirectorySeparatorChar and Path.AltDirectorySeparatorChar as equivalent.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
Parameters
- path1
-
Type:
System::String^
First path to compare
- path2
-
Type:
System::String^
Second path to compare
Show: