Table of Contents

Struct ShareTokenIntent

Namespace
Azure.Storage.Files.Shares.Models
Assembly
Azure.Storage.Files.Shares.dll

The ShareTokenIntent.

public readonly struct ShareTokenIntent : IEquatable<ShareTokenIntent>
Implements
Inherited Members

Constructors

ShareTokenIntent(string)

Initializes a new instance of ShareTokenIntent.

public ShareTokenIntent(string value)

Parameters

value string

Exceptions

ArgumentNullException

value is null.

Properties

Backup

backup.

public static ShareTokenIntent Backup { get; }

Property Value

ShareTokenIntent

Methods

Equals(ShareTokenIntent)

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

public bool Equals(ShareTokenIntent other)

Parameters

other ShareTokenIntent

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.

Operators

operator ==(ShareTokenIntent, ShareTokenIntent)

Determines if two ShareTokenIntent values are the same.

public static bool operator ==(ShareTokenIntent left, ShareTokenIntent right)

Parameters

left ShareTokenIntent
right ShareTokenIntent

Returns

bool

implicit operator ShareTokenIntent(string)

Converts a string to a ShareTokenIntent.

public static implicit operator ShareTokenIntent(string value)

Parameters

value string

Returns

ShareTokenIntent

operator !=(ShareTokenIntent, ShareTokenIntent)

Determines if two ShareTokenIntent values are not the same.

public static bool operator !=(ShareTokenIntent left, ShareTokenIntent right)

Parameters

left ShareTokenIntent
right ShareTokenIntent

Returns

bool