Esempio n. 1
0
 public int CompareTo(ByteSize other)
 {
     return(Bytes.CompareTo(other.Bytes));
 }
Esempio n. 2
0
 public int CompareTo(MemorySize other) => Bytes.CompareTo(other.Bytes);