Share via


AgeUnit Struct

Definition

Possible units for a person's age.

public readonly struct AgeUnit : IEquatable<Azure.Health.Insights.ClinicalMatching.AgeUnit>
type AgeUnit = struct
Public Structure AgeUnit
Implements IEquatable(Of AgeUnit)
Inheritance
AgeUnit
Implements

Constructors

AgeUnit(String)

Initializes a new instance of AgeUnit.

Properties

Days

days.

Months

months.

Years

years.

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