Parse Struct

Definition

Extensible enum for known Parse values.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Slack.Models.Parse+ParseJsonConverter))]
public readonly struct Parse : IEquatable<Azure.Connectors.Sdk.Slack.Models.Parse>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Slack.Models.Parse+ParseJsonConverter))>]
type Parse = struct
Public Structure Parse
Implements IEquatable(Of Parse)
Inheritance
Parse
Attributes
Implements

Constructors

Name Description
Parse(String)

Initializes a new instance of the Parse struct.

Properties

Name Description
Full

full

None

none

Methods

Name Description
Equals(Object)

Indicates whether this instance and a specified object are equal.

Equals(Parse)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Returns the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(Parse, Parse)

Equality operator.

Implicit(Parse to String)

Converts a Parse to its string representation.

Implicit(String to Parse)

Converts a string to Parse.

Inequality(Parse, Parse)

Inequality operator.

Applies to