Importance 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.
Extensible enum for known Importance values.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Office365Groups.Models.Importance+ImportanceJsonConverter))]
public readonly struct Importance : IEquatable<Azure.Connectors.Sdk.Office365Groups.Models.Importance>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Office365Groups.Models.Importance+ImportanceJsonConverter))>]
type Importance = struct
Public Structure Importance
Implements IEquatable(Of Importance)
- Inheritance
-
Importance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Importance(String) |
Initializes a new instance of the Importance struct. |
Properties
| Name | Description |
|---|---|
| High |
High |
| Low |
Low |
| Normal |
Normal |
Methods
| Name | Description |
|---|---|
| Equals(Importance) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Indicates whether this instance and a specified object are equal. |
| GetHashCode() | Returns the hash code for this instance. |
| ToString() | Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(Importance, Importance) |
Equality operator. |
| Implicit(Importance to String) |
Converts a Importance to its string representation. |
| Implicit(String to Importance) |
Converts a string to Importance. |
| Inequality(Importance, Importance) |
Inequality operator. |