Determines whether the IStringList
contains the specified String element.
Namespace: CodeSmith.CustomPropertiesAssembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
bool Contains( string value ) |
Visual Basic |
---|
Function Contains ( value As String ) As Boolean |
Parameters
- value
- Type: System..::..String
The String object to locate in the IStringList. This argument can be a null reference.
Return Value
Type: Booleantrue if value is found in the IStringList; otherwise, false.
Remarks
Please refer to Contains(Object) for details.