Ejemplo n.º 1
0
 /// <inheritdoc />
 public int Compare(StringId x, StringId y)
 {
     return(m_stringTable.CompareOrdinal(x, y));
 }