# Functions
Equal returns true if and only if both values are set and equal.
False returns a *bool whose underlying value is false.
IsFalse returns true if and only if the bool pointer is non-nil and set to false.
IsTrue returns true if and only if the bool pointer is non-nil and set to true.
Equal returns true if both values are set and equal or both are nil.
True returns a *bool whose underlying value is true.