struct ListContainsextension ListContains : Equatable, Expression, Identifiable, IdentifiableExpression, SendableRepresents the “contains” operation on a list expression. Returns true if the element is in the
list.
- 
                  
                  String identifier of the expression. Must be unique within a single automation graph. DeclarationSwift let id: String
- 
                  
                  Undocumented DeclarationSwift let listExpression: any Expression
- 
                  
                  Undocumented DeclarationSwift let element: any Expression
- 
                  
                  Returns a Boolean value indicating whether two values are equal. Equality is the inverse of inequality. For any values aandb,a == bimplies thata != bisfalse.DeclarationSwift static func == (lhs: ListContains, rhs: ListContains) -> BoolParameterslhsA value to compare. rhsAnother value to compare. 
- 
                  
                  Returns true if the expressions are equal, false otherwise. DeclarationSwift func isEqual(to other: any Expression) -> Bool