AceQL HTTP C# Client SDK v7.7

AceQLParameterCollection..::..Contains Method (Object)

Determines whether the specified System.Object is in this AceQLParameterCollection.

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public bool Contains(
	Object value
)

Parameters

value
Type: Object
The value.

Return Value

true if the AceQLParameterCollection contains the value; otherwise false.