Determines whether the IStringStringList contains the specified NameValueEntry element.

Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
bool Contains(
	NameValueEntry entry
)
Visual Basic
Function Contains ( 
	entry As NameValueEntry
) As Boolean

Return Value

Type: Boolean
true if entry is found in the IStringStringList; otherwise, false.

Remarks

Please refer to Contains(Object) for details.

See Also