示例#1
0
 public bool Equals(StringId other)
 {
     return(m_stringTable.Equals(m_sought, other));
 }