---
title: ConditionalDynamicInstructions.Branch
framework: foundationmodels
role: symbol
role_heading: Enumeration
path: foundationmodels/conditionaldynamicinstructions/branch
---

# ConditionalDynamicInstructions.Branch

An enumeration that represents a condition to evaluate.

## Declaration

```swift
enum Branch
```

## Topics

### Branch cases

- [ConditionalDynamicInstructions.Branch.falseContent(_:)](foundationmodels/conditionaldynamicinstructions/branch/falsecontent(_:).md)
- [ConditionalDynamicInstructions.Branch.trueContent(_:)](foundationmodels/conditionaldynamicinstructions/branch/truecontent(_:).md)

## See Also

### Creating an instance

- [init(_:)](foundationmodels/conditionaldynamicinstructions/init(_:).md)
