LocalizedStringDictionaryContains Method |
Determines whether the
ICollectionT contains a specific value.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax 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
Parameters
- item
- Type: System.Collections.GenericKeyValuePairString, String
The object to locate in the ICollectionT.
Return Value
Type:
Boolean if
item is found in the
ICollectionT; otherwise,
.
Implements
ICollectionTContains(T)See Also