Gck.Attribute.prototype.equal
function equal(attr2: Gck.Attribute): Boolean {
// Gjs wrapper for gck_attribute_equal()
}
Compare two attributes. Useful with <code>GHashTable</code>.
- attr2
second attribute to compare
- Returns
true if the attributes are equal.