public sealed class LocationPolicyLocation : IMessage<LocationPolicyLocation>, IEquatable<LocationPolicyLocation>, IDeepCloneable<LocationPolicyLocation>, 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-04-02 UTC."],[[["The latest version available for `LocationPolicyLocation` is 3.6.0, with various prior versions accessible, going back to 1.0.0."],["`LocationPolicyLocation` is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits basic functionality from the .NET `Object` class, including methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["It contains properties like `HasPreference` which is a boolean, and `Preference` which is a string, the latter allowing for setting location preferences."],["The class offers two constructors: a default one (`LocationPolicyLocation()`) and another that takes a `LocationPolicyLocation` object as parameter (`LocationPolicyLocation(LocationPolicyLocation other)`)."]]],[]]