Struct ShareTokenIntent
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
valuestring
Exceptions
- ArgumentNullException
valueis null.
Properties
Backup
backup.
public static ShareTokenIntent Backup { get; }
Property Value
Methods
Equals(ShareTokenIntent)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ShareTokenIntent other)
Parameters
otherShareTokenIntentAn object to compare with this object.
Returns
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
leftShareTokenIntentrightShareTokenIntent
Returns
implicit operator ShareTokenIntent(string)
Converts a string to a ShareTokenIntent.
public static implicit operator ShareTokenIntent(string value)
Parameters
valuestring
Returns
operator !=(ShareTokenIntent, ShareTokenIntent)
Determines if two ShareTokenIntent values are not the same.
public static bool operator !=(ShareTokenIntent left, ShareTokenIntent right)
Parameters
leftShareTokenIntentrightShareTokenIntent