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

Name Description
ContactPointUse(String)

Initializes a new instance of ContactPointUse.

Properties

Name Description
Home

Home.

Mobile

Mobile.

Old

Old.

Temp

Temp.

Work

Work.

Methods

Name Description
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

Name Description
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