C# Class BingWallpaper.HistogramHash

Datei anzeigen Open project: BlythMeister/BingImageDowload Class Usage Examples

Public Properties

Property Type Description
FilePath string
HashValue List

Public Methods

Method Description
Equal ( HistogramHash other ) : bool
HistogramHash ( string filePath, List hashValue ) : System

Method Details

Equal() public method

public Equal ( HistogramHash other ) : bool
other HistogramHash
return bool

HistogramHash() public method

public HistogramHash ( string filePath, List hashValue ) : System
filePath string
hashValue List
return System

Property Details

FilePath public_oe property

public string FilePath
return string

HashValue public_oe property

public List HashValue
return List