is-identical-to(
    reference: boolean
)

Returns true if the boolean passed as argument has the same value than the boolean passed as parameter. Returns false otherwise.

Parameters

Name Type Required Description
reference boolean Yes A boolean value to compare to the argument.

Kind: Predicate
Scope: boolean
Aliases: identical-to, boolean-is-identical-to


This site uses Just the Docs, a documentation theme for Jekyll.