AgeUnit Struct

Definition

The Age Unit of measurement.

public readonly struct AgeUnit : IEquatable<Azure.AI.Language.Conversations.Models.AgeUnit>
type AgeUnit = struct
Public Structure AgeUnit
Implements IEquatable(Of AgeUnit)
Inheritance
AgeUnit
Implements

Constructors

AgeUnit(String)

Initializes a new instance of AgeUnit.

Properties

Day

Day age unit.

Month

Month age unit.

Unspecified

Unspecified age unit.

Week

Week age unit.

Year

Year age unit.

Methods

Equals(AgeUnit)

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(AgeUnit, AgeUnit)

Determines if two AgeUnit values are the same.

Implicit(String to AgeUnit)

Converts a string to a AgeUnit.

Inequality(AgeUnit, AgeUnit)

Determines if two AgeUnit values are not the same.

Applies to