DefaultLists Struct

Definition

Extensible enum for known DefaultLists values.

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

Constructors

Name Description
DefaultLists(String)

Initializes a new instance of the DefaultLists struct.

Properties

Name Description
False

false

True

true

Methods

Name Description
Equals(DefaultLists)

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

Equality operator.

Implicit(DefaultLists to String)

Converts a DefaultLists to its string representation.

Implicit(String to DefaultLists)

Converts a string to DefaultLists.

Inequality(DefaultLists, DefaultLists)

Inequality operator.

Applies to