Skip to main content

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

Misc

  • Item: It is the item whose existence will be checked in the collection
    • Type: Generic
    • Required
  • Collection: It includes which collection will be checked for control.
    • Type: System.Collections.Generic.ICollection<T>
    • Required