Checks if given object exists using IndefOf base method
Namespace:
Hyleos.CommonAssembly: Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)
Syntax
| C# |
|---|
public bool Exists( T obj ) |
| Visual Basic (Declaration) |
|---|
Public Function Exists ( _ obj As T _ ) As Boolean |
| Visual C++ |
|---|
public: bool Exists( T obj ) |
Parameters
- obj
- Type: T
Typed object to search
Return Value
[Missing <returns> documentation for "M:Hyleos.Common.BaseObjectCollection`1.Exists(`0)"]