Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7893158
matrix-sticker-pack-source.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
510 B
Referenced Files
None
Subscribers
None
matrix-sticker-pack-source.cpp
View Options
/*
* This file is part of kazv.
* SPDX-FileCopyrightText: 2024 tusooa <tusooa@kazv.moe>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#include
<kazv-defs.hpp>
#include
"matrix-sticker-pack-source.hpp"
bool
operator
==
(
const
MatrixStickerPackSource
&
a
,
const
MatrixStickerPackSource
&
b
)
{
return
a
.
source
==
b
.
source
&&
b
.
eventType
==
b
.
eventType
&&
a
.
event
==
b
.
event
;
}
bool
operator
!=
(
const
MatrixStickerPackSource
&
a
,
const
MatrixStickerPackSource
&
b
)
{
return
!
(
a
==
b
);
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Oct 2, 4:50 AM (21 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
469484
Default Alt Text
matrix-sticker-pack-source.cpp (510 B)
Attached To
Mode
rK kazv
Attached
Detach File
Event Timeline
Log In to Comment