AFCollection(T).Contains Method
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Determines whether the collection contains an item.
Overload List
| Name | Description | |
|---|---|---|
| Contains(Guid) |
This method determines whether the collection contains a specific item referenced by id.
| |
| Contains(T) |
This method determines whether the collection contains a specific item.
|