Example #1
0
 public static Task <IPartition> CreatePartition(this IDisk self, PartitionType partitionType, string label = "")
 {
     return(self.CreatePartition(ByteSize.MaxValue, partitionType, label));
 }
Example #2
0
 protected bool Equals(PartitionType other)
 {
     return(Guid.Equals(other.Guid));
 }