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