Kernel.===/3Published on 2022-03-04#til #elixirStrict equality operator.Checks if two terms are exactly equal, having the same value and of the same type.https://hexdocs.pm/elixir/Kernel.html#===/2