3 references to Equal
Microsoft.AspNetCore.Rewrite (3)
ApacheModRewrite\RuleBuilder.cs (1)
80match = new IntegerMatch(input.Operand, IntegerOperationType.Equal);
UrlMatches\IntegerMatch.cs (2)
28if (operation < IntegerOperationType.Equal || operation > IntegerOperationType.NotEqual) 46case IntegerOperationType.Equal: