public bool IntegerToCacheKeyB()
 {
     return(_integerCacheKeyB.Equals(
                (CacheKeyB <CompoundKey>)_compoundKey.Integer));
 }
 public bool StringToCacheKeyB()
 {
     return(_stringCacheKeyB.Equals(
                (CacheKeyB <CompoundKey>)_compoundKey.String));
 }
 public bool CompoundKeyToCacheKeyB()
 {
     return(_compoundKeyCacheKeyB.Equals(
                (CacheKeyB <CompoundKey>)_compoundKey));
 }