Ejemplo n.º 1
0
 public static Task <IPartition> CreatePartition(this IDisk self, GptType gptType, string label = "")
 {
     return(self.CreateGptPartition(gptType, ByteSize.MaxValue));
 }
Ejemplo n.º 2
0
 protected bool Equals(GptType other)
 {
     return(Guid.Equals(other.Guid));
 }