public bool IntegerToCacheKeyA()
 {
     return(_integerCacheKeyA.Equals(
                (CacheKeyA <CompoundKey>)_compoundKey.Integer));
 }
 public bool StringToCacheKeyA()
 {
     return(_stringCacheKeyA.Equals(
                new CacheKeyA <CompoundKey>(_compoundKey.String)));
 }
 public bool CompoundKeyToCacheKeyA()
 {
     return(_compoundKeyCacheKeyA.Equals(
                (CacheKeyA <CompoundKey>)_compoundKey));
 }