Unosquare.Labs.LibFprint.FingerprintGallery.HasKey C# (CSharp) Method

HasKey() public method

Determines whether the gallery contains the specified keys.
public HasKey ( string key ) : bool
key string The key.
return bool
        public bool HasKey(string key)
        {
            return this.AllKeys().Contains(key);
        }