Determines whether the collection contains the specified
ListHeader.
Namespace:
CADImport.FaceModule
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Function Contains( _ ByVal value As ListHeader _ ) As Boolean |
Parameters
-
value
-
Type: ListHeader
A ListHeader to locate in the collection.
Return Value
true if the
ListHeader is found in the collection; otherwise,
false.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also