public Task Format(FileSystemFormat fileSystemFormat, string label) { return(DiskApi.Format(this, fileSystemFormat, label)); }
protected bool Equals(FileSystemFormat other) { return(string.Equals(Moniker, other.Moniker)); }
public Task Format(FileSystemFormat ntfs, string fileSystemLabel) { return(Partition.LowLevelApi.Format(this, ntfs, fileSystemLabel)); }