Value.Contains Method (KeyValuePair.String, Value.)

Determines whether the Value contains the specified KeyValuePair.TKey, TValue..

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public bool Contains(
    KeyValuePair<string, Value> item
)

Parameters

item

Type: System.Collections.Generic.KeyValuePair.String, Value.
The KeyValuePair.TKey, TValue. to locate in the Value.

Return Value

Type: Boolean
true if item is found in the Value; otherwise, false.

Implements

ICollection.T..Contains(T)

Reference

Value Class

Contains Overload

TcHmiSrv Namespace