コード例 #1
0
ファイル: Partition.cs プロジェクト: Marcinoo97/WOA-Deployer
 protected bool Equals(IPartition other)
 {
     return(Disk.Equals(other.Disk) && Guid.Equals(other.Guid));
 }