protected bool Equals(StaticInstanceMixin other)
 {
     return base.Equals(other) && _options==other._options;
 }
Esempio n. 2
0
 protected bool Equals(StaticInstanceMixin other)
 {
     return(base.Equals(other) && _options == other._options);
 }