DictionaryOfstring Equality Operator Cognex VisionPro 9.10
Compares the equality of two DictionaryOfstring objects.

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

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

Return Value

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