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