Share via


Expression.FunctionTable.Contains Method

Definition

Determines whether FunctionTable contains a given key value pair of string to ExpressionEvaluator.

public bool Contains (System.Collections.Generic.KeyValuePair<string,AdaptiveExpressions.ExpressionEvaluator> item);
abstract member Contains : System.Collections.Generic.KeyValuePair<string, AdaptiveExpressions.ExpressionEvaluator> -> bool
override this.Contains : System.Collections.Generic.KeyValuePair<string, AdaptiveExpressions.ExpressionEvaluator> -> bool
Public Function Contains (item As KeyValuePair(Of String, ExpressionEvaluator)) As Boolean

Parameters

item
KeyValuePair<String,ExpressionEvaluator>

A key value pair of string to ExpressionEvaluator.

Returns

A boolean value indicating whether the key-value pair is in the FunctionTable. Retuens True if the key-value pair is contained, otherwise returns False.

Implements

Applies to