PathString.StartsWithSegments Method (PathString)
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Public Function StartsWithSegments ( _
other As PathString _
) As Boolean
'Usage
Dim instance As PathString
Dim other As PathString
Dim returnValue As Boolean
returnValue = instance.StartsWithSegments(other)
public bool StartsWithSegments(
PathString other
)
public:
bool StartsWithSegments(
PathString other
)
member StartsWithSegments :
other:PathString -> bool
public function StartsWithSegments(
other : PathString
) : boolean
Parameters
- other
Type: Microsoft.Owin.PathString
Return Value
Type: System.Boolean
Returns Boolean.