Compartilhar via


RangeInclusivity Struct

Definition

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.

Applies to