Udostępnij przez


Token.Equals Method

Definition

Overloads

Equals(Token)

Determines whether the specified Token is equal to the current one.

Equals(Object)

Equals(Token)

Determines whether the specified Token is equal to the current one.

public virtual bool Equals(Microsoft.PowerFx.Syntax.Token that);
override this.Equals : Microsoft.PowerFx.Syntax.Token -> bool
Public Overridable Function Equals (that As Token) As Boolean

Parameters

that
Token

Returns

Implements

Applies to

Equals(Object)

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

public override bool Equals(object that);
override this.Equals : obj -> bool
Public Overrides Function Equals (that As Object) As Boolean

Parameters

that
Object

Returns

Applies to