MethodMetaReadOnlyCollection Equality Operator Cognex VisionPro 9.25 SR1
Compares the equality of two MethodMetaReadOnlyCollection objects.

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

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

Return Value

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