Exemplo n.º 1
0
 public int CompareTo(FileColumnAttribute other)
 {
     return(FieldIndex.CompareTo(other.FieldIndex));
 }