FormatType Struct

Definition

The type mapping format.

public readonly struct FormatType : IEquatable<Azure.ResourceManager.CustomerInsights.Models.FormatType>
type FormatType = struct
Public Structure FormatType
Implements IEquatable(Of FormatType)
Inheritance
FormatType
Implements

Constructors

FormatType(String)

Initializes a new instance of FormatType.

Properties

TextFormat

TextFormat.

Methods

Equals(FormatType)

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

Determines if two FormatType values are the same.

Implicit(String to FormatType)

Converts a string to a FormatType.

Inequality(FormatType, FormatType)

Determines if two FormatType values are not the same.

Applies to