CoseHeaderMap.Contains メソッド

定義

ICollection<T> に特定の値が格納されているかどうかを判断します。

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

パラメーター

item
KeyValuePair<CoseHeaderLabel,CoseHeaderValue>

ICollection<T> 内で検索するオブジェクト。

戻り値

trueitem に存在する場合は ICollection<T>。それ以外の場合は false

実装

適用対象