コード例 #1
0
 public int CompareTo(Subscription sub)
 {
     return(PropertyPath.CompareTo(sub.PropertyPath));
 }