예제 #1
0
파일: ByteSize.cs 프로젝트: zczfwz/Common
 public int CompareTo(ByteSize other)
 {
     return(Bytes.CompareTo(other.Bytes));
 }
예제 #2
0
 public int CompareTo(MemorySize other) => Bytes.CompareTo(other.Bytes);