Exists In Collection
Checks if given value exists in given collection.
Output
- Result: Outputs whether the element exists in the list.
- Type:
System.Boolean - Required
- Type:
Misc
- Item: It is the item whose existence will be checked in the collection
- Type:
Generic - Required
- Type:
- Collection: It includes which collection will be checked for control.
- Type:
System.Collections.Generic.ICollection<T> - Required
- Type: