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