CogToolTerminals CogIndexedPropertyInfo Equals Method Cognex VisionPro 9.7
Determines whether the specified CogIndexedPropertyInfo is equal to the current CogIndexedPropertyInfo.

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

public override bool Equals(
	Object obj
)

Parameters

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

Return Value

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

Implements

_PropertyInfo Equals(Object)
_MemberInfo Equals(Object)
See Also