Returns True if both toolA and toolB have
the exact same Input terminals.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
public static bool MatchInputSignatures(
ICogTool toolA,
ICogTool toolB
)
public static bool MatchInputSignatures(
ICogTool toolA,
ICogTool toolB
)
Public Shared Function MatchInputSignatures (
toolA As ICogTool,
toolB As ICogTool
) As Boolean
Public Shared Function MatchInputSignatures (
toolA As ICogTool,
toolB As ICogTool
) As Boolean
public:
static bool MatchInputSignatures(
ICogTool^ toolA,
ICogTool^ toolB
)
public:
static bool MatchInputSignatures(
ICogTool^ toolA,
ICogTool^ toolB
)
Return Value
Type:
Boolean