Exemplo n.º 1
0
        public bool Equals(CachedValue <Ty> other)
        {
            if (other == null)
            {
                return(false);
            }

            return(Get().Equals(other.Get()));
        }
Exemplo n.º 2
0
 public override int GetHashCode()
 {
     return(Hash.Get());
 }