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