コード例 #1
0
ファイル: Device.cs プロジェクト: SyaskiMasyaski/banshee
 public int CompareTo(Device other)
 {
     return(Udi.CompareTo(other.Udi));
 }