---
title: JSRelationCondition
framework: javascriptcore
role: symbol
role_heading: Enumeration
path: javascriptcore/jsrelationcondition
---

# JSRelationCondition

## Declaration

```swift
enum JSRelationCondition
```

## Overview

Overview A constant identifying the type of JavaScript relation condition.

## Topics

### Enumeration Cases

- [JSRelationCondition.equal](javascriptcore/jsrelationcondition/equal.md)
- [JSRelationCondition.greaterThan](javascriptcore/jsrelationcondition/greaterthan.md)
- [JSRelationCondition.lessThan](javascriptcore/jsrelationcondition/lessthan.md)
- [JSRelationCondition.undefined](javascriptcore/jsrelationcondition/undefined.md)

### Initializers

- [init(rawValue:)](javascriptcore/jsrelationcondition/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
