MemberMetaCollection Contains Method Cognex VisionPro 9.21

Determine whether an item is in this collection.

Namespace: Cognex.Vision.Meta
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax

public override bool Contains(
	IMemberMeta item
)

Return Value

Type: Boolean

True if item is found in this collection, else false.

Implements

ICollection T  Contains(T)
See Also