Expression.FunctionTable.Contains Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.