Share via


ShareTokenIntent Struct

Definition

The ShareTokenIntent.

public readonly struct ShareTokenIntent : IEquatable<Azure.Storage.Files.Shares.Models.ShareTokenIntent>
type ShareTokenIntent = struct
Public Structure ShareTokenIntent
Implements IEquatable(Of ShareTokenIntent)
Inheritance
ShareTokenIntent
Implements

Constructors

ShareTokenIntent(String)

Initializes a new instance of ShareTokenIntent.

Properties

Backup

backup.

Methods

Equals(ShareTokenIntent)

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

Determines if two ShareTokenIntent values are the same.

Implicit(String to ShareTokenIntent)

Converts a string to a ShareTokenIntent.

Inequality(ShareTokenIntent, ShareTokenIntent)

Determines if two ShareTokenIntent values are not the same.

Applies to