C# Class Mosa.FileSystem.FAT.Find.Empty

Inheritance: FatFileSystem.ICompare
ファイルを表示 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Compare ( byte data, uint offset, FatType type ) : bool

Compares the specified data.

Method Details

Compare() public method

Compares the specified data.
public Compare ( byte data, uint offset, FatType type ) : bool
data byte The data.
offset uint The offset.
type FatType The type.
return bool