public override bool Equals(object other) { return(_inner.Equals(other)); }
public override bool Equals(object?other) => _inner.Equals(other);