Exemple #1
0
 protected bool Equals(Composite other)
 {
     return Equals(_props, other._props);
 }
Exemple #2
0
 protected bool Equals(Composite other)
 {
     return(Equals(_props, other._props));
 }