Gcr.UnionCollection.prototype.have
function have(collection: Gcr.Collection): Boolean {
// Gjs wrapper for gcr_union_collection_have()
}
Check whether the collection is present in the union.
- collection
the collection to check
- Returns
whether present or not