// Generated by the proto_extras plugin. DO NOT EDIT!
// source: components/personal_context/proto/features/common_data.proto

#ifndef COMPONENTS_PERSONAL_CONTEXT_PROTO_FEATURES_COMMON_DATA_EQUAL_H_
#define COMPONENTS_PERSONAL_CONTEXT_PROTO_FEATURES_COMMON_DATA_EQUAL_H_



namespace personal_context {
namespace proto {
class Date;
class DateTime;
class DecryptedDriveFile;
class DecryptedDriversLicense;
class DecryptedEntity;
class DecryptedGmailMessage;
class DecryptedPassport;
class DecryptedPhotosAlbum;
class DecryptedPhotosPhoto;
class DecryptedPhotosVideo;
class DecryptedReference;
class DriveFile;
class DriversLicense;
class Duration;
class Entity;
class FlightReservation;
class GmailReference;
class KnownTravelerNumber;
class NationalId;
class Order;
class Passport;
class PhotosReference;
class SensitivePiiPresence;
class Shipment;
class SourceReference;
class Vehicle;
}  // namespace proto
}  // namespace personal_context


namespace personal_context {
namespace proto {
bool operator==(const Duration& lhs, const Duration& rhs);
bool operator==(const Date& lhs, const Date& rhs);
bool operator==(const DateTime& lhs, const DateTime& rhs);
bool operator==(const Entity& lhs, const Entity& rhs);
bool operator==(const SourceReference& lhs, const SourceReference& rhs);
bool operator==(const GmailReference& lhs, const GmailReference& rhs);
bool operator==(const PhotosReference& lhs, const PhotosReference& rhs);
bool operator==(const DriveFile& lhs, const DriveFile& rhs);
bool operator==(const Order& lhs, const Order& rhs);
bool operator==(const Shipment& lhs, const Shipment& rhs);
bool operator==(const DriversLicense& lhs, const DriversLicense& rhs);
bool operator==(const Passport& lhs, const Passport& rhs);
bool operator==(const KnownTravelerNumber& lhs, const KnownTravelerNumber& rhs);
bool operator==(const NationalId& lhs, const NationalId& rhs);
bool operator==(const FlightReservation& lhs, const FlightReservation& rhs);
bool operator==(const Vehicle& lhs, const Vehicle& rhs);
bool operator==(const SensitivePiiPresence& lhs, const SensitivePiiPresence& rhs);
bool operator==(const DecryptedEntity& lhs, const DecryptedEntity& rhs);
bool operator==(const DecryptedReference& lhs, const DecryptedReference& rhs);
bool operator==(const DecryptedGmailMessage& lhs, const DecryptedGmailMessage& rhs);
bool operator==(const DecryptedPhotosPhoto& lhs, const DecryptedPhotosPhoto& rhs);
bool operator==(const DecryptedPhotosVideo& lhs, const DecryptedPhotosVideo& rhs);
bool operator==(const DecryptedPhotosAlbum& lhs, const DecryptedPhotosAlbum& rhs);
bool operator==(const DecryptedDriveFile& lhs, const DecryptedDriveFile& rhs);
bool operator==(const DecryptedPassport& lhs, const DecryptedPassport& rhs);
bool operator==(const DecryptedDriversLicense& lhs, const DecryptedDriversLicense& rhs);
}  // namespace proto
}  // namespace personal_context


#endif  // COMPONENTS_PERSONAL_CONTEXT_PROTO_FEATURES_COMMON_DATA_EQUAL_H_
