示例#1
0
 public bool Equals(ViewKey other)
 {
     return(ViewTypeId == other.ViewTypeId && Width == other.Width && Height == other.Height);
 }