CogToolTerminals CogMethodInfo Equals Method Cognex VisionPro 9.20
Determines whether the specified CogMethodInfo is equal to the current CogMethodInfo.

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

public override bool Equals(
	Object obj
)

Parameters

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

Return Value

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

Implements

_MethodInfo Equals(Object)
_MethodBase Equals(Object)
_MemberInfo Equals(Object)
See Also