Exemple #1
0
 private bool HasKey(IKey key)
 {
     return(m_keys.Any(k => k.GetId().Equals(key.GetId())));
 }