AdcsDbPropertyCollectionContains Method |
Determines whether the dictionary contains a specific value.
Namespace:
SysadminsLV.PKI.Management.CertificateServices.Database
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public bool Contains(
KeyValuePair<string, Object> item
)
Public Function Contains (
item As KeyValuePair(Of String, Object)
) As Boolean
public:
virtual bool Contains(
KeyValuePair<String^, Object^> item
) sealed
abstract Contains :
item : KeyValuePair<string, Object> -> bool
override Contains :
item : KeyValuePair<string, Object> -> bool
Parameters
- item
- Type: System.Collections.GenericKeyValuePairString, Object
The object to locate in the dictionary.
Return Value
Type:
BooleanTrue if item is found in the dictionary; otherwise,
False.
Implements
ICollectionTContains(T)See Also