C# Class fs4net.Framework.RootedCanonicalPath

An encapsulation of a path used for communication between path descriptors and an IInternalFileSystem. Do not use this type in your code (unless implementing your own IInternalFileSystem).
Show file Open project: toroso/fs4net Class Usage Examples

Public Methods

Method Description
Equals ( RootedCanonicalPath other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : bool

Private Methods

Method Description
RootedCanonicalPath ( string fullPath )

Method Details

Equals() public method

public Equals ( RootedCanonicalPath other ) : bool
other RootedCanonicalPath
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool