Documentation Language: Swift

Op

==(_:_:)

Compares two resources for equality based on their URI.

nonisolated static func == (lhs: Resource, rhs: Resource) -> Bool

Parameters

lhs

The first resource to compare.

rhs

The second resource to compare.

Return Value

true if the resources have the same URI, false otherwise.