RectangleAffineCollection Contains Method Cognex VisionPro 9.23

Determine whether an item is in this collection.

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

public override bool Contains(
	RectangleAffine item
)

Return Value

Type: Boolean

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

Implements

ICollection T  Contains(T)
See Also