Method
contains(id:)
Checks if this resource contains an object with the specified identifier.
func contains(id: EUUID) -> Bool
Parameters
id-
The identifier to check for.
Return Value
true if an object with the identifier exists, false otherwise.