Method
remove(_:)
Removes an object from this resource.
@discardableResult func remove(_ object: any EObject) -> Bool
Parameters
object-
The object to remove from this resource.
Return Value
true if the object was removed, false if it wasn’t found.