Ejemplo n.º 1
0
 protected bool Equals(Composite other)
 {
     return Equals(_props, other._props);
 }
Ejemplo n.º 2
0
 protected bool Equals(Composite other)
 {
     return(Equals(_props, other._props));
 }