LocalizableStringContains Method

Determines whether the ICollectionT contains a specific value.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public bool Contains(
	KeyValuePair<string, string> item
)

Parameters

item  KeyValuePairString, String
The object to locate in the ICollectionT.

Return Value

Boolean
true if item is found in the ICollectionT; otherwise, false.

Implements

ICollectionTContains(T)

See Also