Gst.Caps.prototype.is_strictly_equal

function is_strictly_equal(caps2:Gst.Caps):Boolean {
    // Gjs wrapper for gst_caps_is_strictly_equal()
}

Checks if the given caps are exactly the same set of caps.

caps2

another Gst.Caps

Returns

TRUE if both caps are strictly equal.