C# Class Duplicity.FileSystemChange

Show file Open project: slashdotdash/Duplicity Class Usage Examples

Public Methods

Method Description
Equals ( FileSystemChange other ) : bool
Equals ( object obj ) : bool
FileSystemChange ( FileSystemSource source, WatcherChangeTypes change, string fileOrDirectoryPath ) : System.IO
GetHashCode ( ) : int
operator ( ) : bool

Method Details

Equals() public method

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

Equals() public method

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

FileSystemChange() public method

public FileSystemChange ( FileSystemSource source, WatcherChangeTypes change, string fileOrDirectoryPath ) : System.IO
source FileSystemSource
change WatcherChangeTypes
fileOrDirectoryPath string
return System.IO

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool