==(_:_:)

Return true if the storages are identical.

DatabaseValue.swift:244
static func == (lhs: Self, rhs: Self) -> Bool

Unlike DatabaseValue equality that considers the integer 1 as equal to the 1.0 double (as SQLite does), int64 and double storages are never equal.