IdentityReferenceCollection::Contains Method (IdentityReference^)
.NET Framework (current version)
Indicates whether the IdentityReferenceCollection collection contains the specified IdentityReference object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- identity
-
Type:
System.Security.Principal::IdentityReference^
The IdentityReference object to check for.
Implements
ICollection<T>::Contains(T)| Exception | Condition |
|---|---|
| ArgumentNullException | identity is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: