Exemplo n.º 1
0
 public override bool Equals(Type o)
 {
     return(o != null && o.GetType() == this.GetType() && ((TypeImpl)o).Type == this.Type);
 }
Exemplo n.º 2
0
 public override bool Equals(Type o)
 {
     return o != null && o.GetType() == this.GetType() && ((TypeImpl)o).Type == this.Type;
 }