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