IdentityReferenceCollection.Contains(IdentityReference) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出 IdentityReferenceCollection 集合是否含有指定的 IdentityReference 物件。
public:
virtual bool Contains(System::Security::Principal::IdentityReference ^ identity);
public bool Contains (System.Security.Principal.IdentityReference identity);
abstract member Contains : System.Security.Principal.IdentityReference -> bool
override this.Contains : System.Security.Principal.IdentityReference -> bool
Public Function Contains (identity As IdentityReference) As Boolean
參數
- identity
- IdentityReference
要檢查的 IdentityReference 物件。
傳回
如果集合包含指定的物件則為true
。
實作
例外狀況
identity
為 null
。