Operatorgrdb 7.1.0GRDB
==(_:_:)
Return true if the storages are identical.
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.