RangeInclusivity Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The range inclusiveness of this property property.
public readonly struct RangeInclusivity : IEquatable<Azure.AI.Language.Text.RangeInclusivity>
type RangeInclusivity = struct
Public Structure RangeInclusivity
Implements IEquatable(Of RangeInclusivity)
- Inheritance
-
RangeInclusivity
- Implements
Constructors
| RangeInclusivity(String) |
Initializes a new instance of RangeInclusivity. |
Properties
| LeftInclusive |
Left side inclusive. |
| LeftRightInclusive |
Both sides inclusive. |
| NoneInclusive |
No inclusivity. |
| RightInclusive |
Right side inclusive. |
Methods
| Equals(RangeInclusivity) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Equality(RangeInclusivity, RangeInclusivity) |
Determines if two RangeInclusivity values are the same. |
| Implicit(String to RangeInclusivity) |
Converts a String to a RangeInclusivity. |
| Inequality(RangeInclusivity, RangeInclusivity) |
Determines if two RangeInclusivity values are not the same. |