Example #1
0
 bool IBelongingsMatcher.IsBelongingTo(IBelongingsMatcher otherMatcher)
     => (otherMatcher as LeftParenthesis)?.Level == Level;
Example #2
0
 bool IBelongingsMatcher.IsBelongingTo(IBelongingsMatcher otherMatcher)
     => otherMatcher == this;