Let's replace LazyInstance::operator== with an explicit IsCreated() method.
The LazyInstance::operator== removed by this CL is undesirable, because
1) it didn't have a corresponding operator!=
2) it was only used to compare against nullptr
(i.e. to check if the lazy instance was created already or not)
Comment 1 by lukasza@chromium.org
, Nov 29 2017