Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Operator

Beschreibung

Typen

Beispiel

Resultat

in

Containment

Any

Array

BereichID in [18, 19, 20]

1 in [1,2,3]

in (not in List)

Not in list

Any

!(BereichID in [18, 19, 20])

!(5 in [1,2,3])

...