示例#1
0
 public bool Equals(GlyphItem other)
 {
     return(true && Item.Equals(other.Item) && Glyphs.Equals(other.Glyphs));
 }