Determines whether the IStringStringList
contains the specified NameValueEntry element.
Namespace: CodeSmith.CustomPropertiesAssembly: 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 |
Parameters
- entry
- Type: CodeSmith.CustomProperties..::..NameValueEntry
The NameValueEntry object to locate in the IStringStringList.
Return Value
Type: Booleantrue if entry is found in the IStringStringList; otherwise, false.
Remarks
Please refer to Contains(Object) for details.