Show / Hide Table of Contents

Class AdHocTokens

Local class to support deserializing the token name list.

Inheritance
object
AdHocTokens
Implements
IEquatable<AdHocTokens>
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
public class AdHocTokens : IEquatable<AdHocTokens>

Constructors

View Source

AdHocTokens()

Initializes a new instance of the AdHocTokens class.

Declaration
public AdHocTokens()
View Source

AdHocTokens(List<AdHocToken>)

Initializes a new instance of the AdHocTokens class.

Declaration
public AdHocTokens(List<AdHocToken> tokens)
Parameters
Type Name Description
List<AdHocToken> tokens

The list of AdHocToken objects.

Properties

View Source

Tokens

Gets the list of adhoc tokens.

Declaration
public List<AdHocToken> Tokens { get; }
Property Value
Type Description
List<AdHocToken>

Methods

View Source

Equals(AdHocTokens)

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

Declaration
public bool Equals(AdHocTokens other)
Parameters
Type Name Description
AdHocTokens other

An object to compare with this object.

Returns
Type Description
bool

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

View Source

Equals(object)

Determines whether the specified object is equal to the current object.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

The object to compare with the current object.

Returns
Type Description
bool

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

Overrides
object.Equals(object)
View Source

GetHashCode()

Serves as the default hash function.

Declaration
public override int GetHashCode()
Returns
Type Description
int

A hash code for the current object.

Overrides
object.GetHashCode()

Implements

IEquatable<T>
  • View Source
In this article
Back to top Generated by DocFX