ContactPointUse Struct

Definition

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

Constructors

ContactPointUse(String)

Initializes a new instance of ContactPointUse.

Properties

Home

Home.

Mobile

Mobile.

Old

Old.

Temp

Temp.

Work

Work.

Methods

Equals(ContactPointUse)

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

Determines if two ContactPointUse values are the same.

Implicit(String to ContactPointUse)

Converts a string to a ContactPointUse.

Inequality(ContactPointUse, ContactPointUse)

Determines if two ContactPointUse values are not the same.

Applies to