Example #1
0
 public bool Equals(V4GrammarClassifierLexerState other)
 {
     return(_simpleLexerState.Equals(other._simpleLexerState) &&
            _inOptions == other._inOptions &&
            _inTokens == other._inTokens &&
            _ruleType == other._ruleType);
 }
 public bool Equals(PhpContentTypeLexerState other)
 {
     return(_simpleLexerState.Equals(other._simpleLexerState) &&
            _heredocIdentifier == other._heredocIdentifier);
 }
Example #3
0
 public bool Equals(V4PhpClassifierLexerState other)
 {
     return(_simpleLexerState.Equals(other._simpleLexerState) &&
            _stringBraceLevel == other._stringBraceLevel &&
            _heredocIdentifier == other._heredocIdentifier);
 }