This document is archived and information here might be outdated. Recommended version. |
Searches for the object in the set.
[Visual Basic .NET] Public Function Find ( _ ByVal unk As Object _ ) As Boolean
[C#] public bool Find ( object unk );
[C++]
HRESULT Find(
LPUNKNOWN unk
);
[C++]
Parameters unk [in]
unk is a parameter of type IUnknown
Indicates whether a reference to the specified object has been added to the Set with the Add method.