public sealed class Int64RangeMatch : IMessage<Int64RangeMatch>, IEquatable<Int64RangeMatch>, IDeepCloneable<Int64RangeMatch>, IBufferMessage, IMessage
HttpRouteRuleMatch criteria for field values that must stay within the specified integer range.
[[["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-03-31 UTC."],[[["The `Int64RangeMatch` class provides a way to define criteria for matching field values within a specific integer range in HTTP route rule matching."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffered operations."],["The latest version available for `Int64RangeMatch` is 3.6.0, with numerous prior versions dating back to 1.0.0."],["The `Int64RangeMatch` class has two main properties, `RangeEnd` and `RangeStart`, which define the exclusive end and inclusive start of the integer range, respectively, both of which are of type Int64."],["The `HasRangeEnd` and `HasRangeStart` properties are boolean flags indicating if the `RangeEnd` or `RangeStart` fields have been set."]]],[]]