Visual Basic (Declaration) | |
---|---|
Public MustOverride Function Contains( _ ByVal item As ICustomStep _ ) As Boolean |
C# | |
---|---|
public abstract bool Contains( ICustomStep item ) |
C++/CLI | |
---|---|
public: abstract bool Contains( ICustomStep^ item ) |
Parameters
- item
- A reference to a custom step object to find in the collection.
Return Value
true if the object exists in the collection; otherwise, falseTarget Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)