Shaolinq.Persistence.Computed.ComputedExpressionTokenizer.CurrentTokenMatches C# (CSharp) Method

CurrentTokenMatches() public method

public CurrentTokenMatches ( ) : bool
return bool
		public bool CurrentTokenMatches(params ComputedExpressionToken[] tokens)
		{
			return tokens.Contains(this.CurrentToken);
		}