예제 #1
0
 int IEqualityComparer <StringId> .GetHashCode(StringId obj)
 {
     return(StringTable.GetHashCode(obj));
 }