# `TDToken.comment`

*Instance Property*

## Declaration

```swift
var isComment: Bool { get }
```

```objc
@property (nonatomic, readonly, getter=isComment) BOOL comment;
```

```python
isComment() -> bool
```

## Discussion

True if this token is a comment. getter=isComment

