예제 #1
0
 public virtual int CompareTo(TwitterUserSuggestions other)
 {
     return(Slug.CompareTo(other.Slug));
 }