LocalizableStringContains Method
Determines whether the
ICollectionT contains a specific value.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public bool Contains(
KeyValuePair<string, string> item
)
Public Function Contains (
item As KeyValuePair(Of String, String)
) As Boolean
public:
virtual bool Contains(
KeyValuePair<String^, String^> item
) sealed
abstract Contains :
item : KeyValuePair<string, string> -> bool
override Contains :
item : KeyValuePair<string, string> -> bool
- item KeyValuePairString, String
- The object to locate in the ICollectionT.
Boolean
true if
item is found in the
ICollectionT; otherwise, false.
ICollectionTContains(T)