---
title: "compare(_:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/nsuuid/compare(_:)"
---

# compare(_:)

Compares the receiver to another NSUUID in constant time.

## Declaration

```swift
func compare(_ otherUUID: UUID) -> ComparisonResult
```
