Shaolinq.Persistence.Computed.ComputedExpressionTokenizer.CurrentTokenMatches C# (CSharp) 메소드

CurrentTokenMatches() 공개 메소드

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