Ejemplo n.º 1
0
 protected bool Equals(IPartition other)
 {
     return(Disk.Equals(other.Disk) && Guid.Equals(other.Guid));
 }