| IDefaultControlCollectionContains Method |
Indicates if the collection contains the specified property
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax bool Contains(
QuestionTypeForDefaultControl questionType
)
Function Contains (
questionType As QuestionTypeForDefaultControl
) As Boolean
bool Contains(
QuestionTypeForDefaultControl questionType
)
Parameters
- questionType
- Type: AskiaCoreQuestionTypeForDefaultControl
Question type to search for
Return Value
Type:
BooleanTrue when the collection contains the specified property, otherwize false
See Also