Gst.TagList.prototype.is_equal
function is_equal(list2:Gst.TagList):Boolean { // Gjs wrapper for gst_tag_list_is_equal() }
Checks if the two given taglists are equal.
- list2
a Gst.TagList.
- Returns
TRUE if the taglists are equal, otherwise FALSE
function is_equal(list2:Gst.TagList):Boolean { // Gjs wrapper for gst_tag_list_is_equal() }
Checks if the two given taglists are equal.
a Gst.TagList.
TRUE if the taglists are equal, otherwise FALSE