Token.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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