CogFrameGrabberImagingDevice SameHardware Method Cognex VisionPro 9.5
Whether this frame grabber refers to the same hardware as Other.

Namespace: Cognex.VisionPro.ImagingDevice.Implementation.Internal
Assembly: Cognex.VisionPro.ImagingDevice (in Cognex.VisionPro.ImagingDevice.dll) Version: 69.0.0.0
Syntax

public virtual bool SameHardware(
	ICogFrameGrabber other
)

Return Value

Type: Boolean

True if this frame grabber and other are the same .

Implements

ICogFrameGrabber SameHardware(ICogFrameGrabber)
Remarks

Whether this frame grabber refers to the same hardware as Other.

See Also