Skip to content

Dictionary.ContainsKey

Xusinboy Bekchanov edited this page Nov 6, 2023 · 4 revisions

Dictionary.ContainsKey Method

Syntax

Declare Function ContainsKey(ByRef iKey As WString, iObject As Any Ptr = 0, ByVal MatchCase As Boolean = False) As Boolean

Parameters

Part Type Description
iKey WString
iObject Any
MatchCase Boolean

Return Value

Boolean

See also

Clone this wiki locally