MethodMetadataCollection..::..Contains Method

Determines whether the [ICollection{T}] contains a specific value.

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

Syntax


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

Parameters

item
Type: Tortuga.Anchor.Metadata..::..MethodMetadata
The object to locate in the [ICollection{T}].

Return Value

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