Compares the equality of two UInt8Collection objects.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax
Parameters
- a
- Type: Cognex.Vision UInt8Collection
The first object to compare.
- b
- Type: Cognex.Vision UInt8Collection
The second object to compare.
Return Value
Type: BooleanTrue if the specified object is equal to the current object; otherwise, false.
See Also