コード例 #1
0
ファイル: VIFDialog.cs プロジェクト: yimng/xenconsole
 public bool Equals(NetworkComboBoxItem other)
 {
     if (Network == null)
     {
         return(other.Network == null);
     }
     return(Network.Equals(other.Network));
 }