Determines whether the specified CogMethodInfo is equal to the
current CogMethodInfo.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax
Parameters
- obj
- Type: System Object
The CogMethodInfo to compare with the current CogMethodInfo.
Return Value
Type: BooleanTrue if the specified CogMethodInfo is equal to the current CogMethodInfo; otherwise, false.
Implements
_MethodInfo Equals(Object)_MethodBase Equals(Object)
_MemberInfo Equals(Object)
See Also