Image16PixelMemory Equals Method Cognex VisionPro 9.24
Compares the equality of this object with another.

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

public override bool Equals(
	Object obj
)

Parameters

obj
Type: System Object
The object to compare with the current object.

Return Value

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