[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-05-09 UTC."],[],[],null,["# Firebase.Firestore.AggregateQuerySnapshot Class Reference\n\nFirebase.Firestore.AggregateQuerySnapshot\n=========================================\n\nThe results of executing an [AggregateQuerySnapshot](/docs/reference/unity/class/firebase/firestore/aggregate-query-snapshot#class_firebase_1_1_firestore_1_1_aggregate_query_snapshot).\n\nSummary\n-------\n\n| ### Properties ||\n|--------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Count](#class_firebase_1_1_firestore_1_1_aggregate_query_snapshot_1a936427886f8c133023ec7d6f5e80c4e4) | `long` Returns the number of documents in the result set of the underlying query. |\n| [Query](#class_firebase_1_1_firestore_1_1_aggregate_query_snapshot_1a5cdaa0bbf44b1b1be4ab040c5e05898b) | [AggregateQuery](/docs/reference/unity/class/firebase/firestore/aggregate-query#class_firebase_1_1_firestore_1_1_aggregate_query) Returns the query that was executed to produce this result. |\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------|\n| [Equals](#class_firebase_1_1_firestore_1_1_aggregate_query_snapshot_1aa036415bc531011246524c73d7473ef9)`(object obj)` | `override bool` |\n| [Equals](#class_firebase_1_1_firestore_1_1_aggregate_query_snapshot_1aaef7374042f21d1d73b911ce0f0d1320)`(`[AggregateQuerySnapshot](/docs/reference/unity/class/firebase/firestore/aggregate-query-snapshot#class_firebase_1_1_firestore_1_1_aggregate_query_snapshot)` other)` | `bool` Compares this aggregate snapshot with another for equality. |\n| [GetHashCode](#class_firebase_1_1_firestore_1_1_aggregate_query_snapshot_1a379cb946eaa1343ae825b8845b88c8e5)`()` | `override int` |\n\nProperties\n----------\n\n### Count\n\n```c#\nlong Count\n``` \nReturns the number of documents in the result set of the underlying query. \n\n### Query\n\n```c#\nAggregateQuery Query\n``` \nReturns the query that was executed to produce this result.\n\nPublic functions\n----------------\n\n### Equals\n\n```c#\noverride bool Equals(\n object obj\n)\n``` \n\n### Equals\n\n```c#\nbool Equals(\n AggregateQuerySnapshot other\n)\n``` \nCompares this aggregate snapshot with another for equality.\n\n\u003cbr /\u003e\n\n| Details ||\n|-------------|-------------------------------------------------------------------------------------------------------------------------------|\n| Parameters | |---------|--------------------------------------------------| | `other` | The aggregate snapshot to compare this one with. | |\n| **Returns** | `true` if this aggregate snapshot is equal to *other* ; `false` otherwise. |\n\n### GetHashCode\n\n```c#\noverride int GetHashCode()\n```"]]