mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 21:23:03 +01:00
Misc.
This commit is contained in:
parent
17064ed300
commit
527f73d87f
@ -245,8 +245,7 @@ public:
|
|||||||
|
|
||||||
inline bool operator==(const PageNumber& other) const
|
inline bool operator==(const PageNumber& other) const
|
||||||
{
|
{
|
||||||
return (pageNum == other.pageNum) &&
|
return (pageNum == other.pageNum) && (pageSpaceID == other.pageSpaceID);
|
||||||
(pageSpaceID == other.pageSpaceID);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
inline bool operator!=(const PageNumber& other) const
|
inline bool operator!=(const PageNumber& other) const
|
||||||
|
Loading…
Reference in New Issue
Block a user