NativeMethods.IsSamePath Method

Compares file names.

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Shared Function IsSamePath ( _
    file1 As String, _
    file2 As String _
) As Boolean
'Usage
Dim file1 As String
Dim file2 As String
Dim returnValue As Boolean

returnValue = NativeMethods.IsSamePath(file1, _
    file2)
public static bool IsSamePath(
    string file1,
    string file2
)
public:
static bool IsSamePath(
    String^ file1, 
    String^ file2
)
public static function IsSamePath(
    file1 : String, 
    file2 : String
) : boolean
static member IsSamePath : 
        file1:string * 
        file2:string -> bool 

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

NativeMethods Class

NativeMethods Members

Microsoft.VisualStudio Namespace