FormatType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| FormatType(String) |
Initializes a new instance of FormatType. |
Properties
| Name | Description |
|---|---|
| TextFormat |
TextFormat. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |