struct ListGetextension ListGet : Equatable, Expression, Identifiable, IdentifiableExpression, SendableRepresents the “get” operation on a list expression. Returns the element at the given index.
- 
                  
                  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 index: 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: ListGet, rhs: ListGet) -> 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