Determines whether the IStringList contains the specified String element.

Namespace: CodeSmith.CustomProperties
Assembly: 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: Boolean
true if value is found in the IStringList; otherwise, false.

Remarks

Please refer to Contains(Object) for details.

See Also