Function: magit-section-equal
magit-section-equal is a byte-compiled function defined in
magit-section.el.
Signature
(magit-section-equal A B)
Documentation
Return t if A an B are the same section.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
(defun magit-section-equal (a b)
"Return t if A an B are the same section."
(and a b (equal (magit-section-ident a)
(magit-section-ident b))))