Value.Contains Method (Value)

Determines whether the Value contains the specified Value.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public bool Contains(
    Value item
)

Parameters

item

Type: TcHmiSrv.Core.Value
The Value 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.Core Namespace