public sealed class FieldFilter : IMessage<StructuredQuery.Types.FieldFilter>, IEquatable<StructuredQuery.Types.FieldFilter>, IDeepCloneable<StructuredQuery.Types.FieldFilter>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["This page details the `FieldFilter` class within the `Google.Cloud.Firestore.V1` namespace, which is used to filter data based on specific fields in Firestore queries."],["The `FieldFilter` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management within the Google Cloud .NET library."],["The class provides two constructors, a default one and another that takes an existing `StructuredQuery.Types.FieldFilter` instance for copying, aiding in object creation and cloning."],["`FieldFilter` objects have three key properties: `Field` to specify the field, `Op` to determine the comparison operator, and `Value` to hold the comparison value."],["The content features a list of versions for this object, ranging from version 2.3.0 up to 3.10.0, with 3.10.0 identified as the latest."]]],[]]