C# 클래스 Mosa.FileSystem.FAT.Find.Empty

상속: FatFileSystem.ICompare
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
Compare ( byte data, uint offset, FatType type ) : bool

Compares the specified data.

메소드 상세

Compare() 공개 메소드

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.
리턴 bool