Struct FileShareTokenIntent
The FileShareTokenIntent.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
[System.Runtime.CompilerServices.IsReadOnly]
public struct FileShareTokenIntent : IEquatable<Azure.Storage.Blobs.Models.FileShareTokenIntent>
Constructors
Declaration
public FileShareTokenIntent (string value);
Parameters
Exceptions
|
System.ArgumentNullException
value is null.
|
Properties
Declaration
public static Azure.Storage.Blobs.Models.FileShareTokenIntent Backup { get; }
Property Value
Methods
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals (Azure.Storage.Blobs.Models.FileShareTokenIntent other);
Parameters
Returns
|
System.Boolean
true if the current object is equal to the other parameter; otherwise, false.
|
Indicates whether this instance and a specified object are equal.
Declaration
[System.ComponentModel.EditorBrowsable]
public override bool Equals (object obj);
Parameters
|
System.Object
obj
The object to compare with the current instance.
|
Returns
|
System.Boolean
true if obj and this instance are the same type and represent the same value; otherwise, false.
|
Returns the hash code for this instance.
Declaration
[System.ComponentModel.EditorBrowsable]
public override int GetHashCode ();
Returns
|
System.Int32
A 32-bit signed integer that is the hash code for this instance.
|
Returns the fully qualified type name of this instance.
Declaration
public override string ToString ();
Returns
|
System.String
The fully qualified type name.
|
Operators
Declaration
public static bool operator == (Azure.Storage.Blobs.Models.FileShareTokenIntent left, Azure.Storage.Blobs.Models.FileShareTokenIntent right);
Parameters
Returns
Declaration
public static implicit operator Azure.Storage.Blobs.Models.FileShareTokenIntent (string value);
Parameters
Returns
Declaration
public static bool operator != (Azure.Storage.Blobs.Models.FileShareTokenIntent left, Azure.Storage.Blobs.Models.FileShareTokenIntent right);
Parameters
Returns