CoseHeaderMap.Contains Methode

Definition

Ermittelt, ob die ICollection<T> einen bestimmten Wert enthält.

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

Parameter

item
KeyValuePair<CoseHeaderLabel,CoseHeaderValue>

Das im ICollection<T> zu suchende Objekt.

Gibt zurück

true, wenn das item in der ICollection<T> gefunden wird, andernfalls false.

Implementiert

Gilt für: