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