Example #1
0
 public int CompareTo(StringIdProxy other)
 {
     return(_stringId.CompareTo(other._stringId));
 }