コード例 #1
0
 public int CompareTo(ConnectionSearchResult other)
 {
     return(DeviceDescriptor.CompareTo(other.DeviceDescriptor));
 }