Gck.Attributes.prototype.contains
function contains(match: Gck.Attribute): Boolean {
    // Gjs wrapper for gck_attributes_contains()
}
  Check whether the attributes contain a certain attribute.
- match
- The attribute to find 
- Returns
- true if the attributes contain the attribute.