ConstructorMetadataCollection..::..Contains Method (ConstructorMetadata)

Determines whether the ICollection contains a specific value.

Namespace:  Tortuga.Anchor.Metadata
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public bool Contains(
	ConstructorMetadata item
)
Public Function Contains ( _
	item As ConstructorMetadata _
) As Boolean

Parameters

item
Type: Tortuga.Anchor.Metadata..::..ConstructorMetadata
The object to locate in the ICollection.

Return Value

true if item is found in the [ICollection{T}]; otherwise, false.