/// <inheritdoc /> public override bool Equals(object obj) { using (writeLock.LockRead()) return(InnerDictionary.Equals(obj)); }