Gst.Structure.prototype.is_equal

function is_equal(structure2:Gst.Structure):Boolean {
    // Gjs wrapper for gst_structure_is_equal()
}

Tests if the two Gst.Structure are equal.

structure2

a Gst.Structure.

Returns

TRUE if the two structures have the same name and field.