다음을 통해 공유


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입니다.

구현

적용 대상