AdcsDbPropertyCollectionContains Method

Determines whether the dictionary contains a specific value.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices.Database
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public bool Contains(
	KeyValuePair<string, Object> item
)

Parameters

item  KeyValuePairString, Object
The object to locate in the dictionary.

Return Value

Boolean
True if item is found in the dictionary; otherwise, False.

Implements

ICollectionTContains(T)

See Also