Determines whether this dictionary contains the specified nameOrID.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
public override bool ContainsKey(
string key
)
public override bool ContainsKey(
string key
)
Public Overrides Function ContainsKey (
key As String
) As Boolean
Public Overrides Function ContainsKey (
key As String
) As Boolean
public:
virtual bool ContainsKey(
String^ key
) override
public:
virtual bool ContainsKey(
String^ key
) override
Return Value
Type:
BooleanTrue if this dictionary contains nameOrID, otherwise False.