コード例 #1
0
 public bool IntegerToCacheKeyA()
 {
     return(_integerCacheKeyA.Equals(
                (CacheKeyA <CompoundKey>)_compoundKey.Integer));
 }
コード例 #2
0
 public bool StringToCacheKeyA()
 {
     return(_stringCacheKeyA.Equals(
                new CacheKeyA <CompoundKey>(_compoundKey.String)));
 }
コード例 #3
0
 public bool CompoundKeyToCacheKeyA()
 {
     return(_compoundKeyCacheKeyA.Equals(
                (CacheKeyA <CompoundKey>)_compoundKey));
 }