DictionaryOfStringCollectionPtr Equality Operator Cognex VisionPro 9.22
Compares the equality of two DictionaryOfStringCollectionPtr objects.

Namespace: Cognex.Vision.ViDiEL.Implementation
Assembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.22.2.0
Syntax

public static bool operator ==(
	DictionaryOfStringCollectionPtr a,
	DictionaryOfStringCollectionPtr b
)

Return Value

Type: Boolean
True if the specified object is equal to the current object; otherwise, false.
See Also