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