CoseHeaderMap.Contains Yöntem

Tanım

öğesinin ICollection<T> belirli bir değer içerip içermediğini belirler.

public:
 virtual bool Contains(System::Collections::Generic::KeyValuePair<System::Security::Cryptography::Cose::CoseHeaderLabel, System::Security::Cryptography::Cose::CoseHeaderValue> item);
public bool Contains (System.Collections.Generic.KeyValuePair<System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue> item);
abstract member Contains : System.Collections.Generic.KeyValuePair<System.Security.Cryptography.Cose.CoseHeaderLabel, System.Security.Cryptography.Cose.CoseHeaderValue> -> bool
override this.Contains : System.Collections.Generic.KeyValuePair<System.Security.Cryptography.Cose.CoseHeaderLabel, System.Security.Cryptography.Cose.CoseHeaderValue> -> bool
Public Function Contains (item As KeyValuePair(Of CoseHeaderLabel, CoseHeaderValue)) As Boolean

Parametreler

Döndürülenler

true içinde bulunursa itemICollection<T>; değilse, false.

Uygulamalar

Şunlara uygulanır