4 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:
Microsoft.AspNetCore.Rewrite.Tests (1)
UrlMatches\IntegerMatchTests.cs (1)
20[InlineData(1, (int)IntegerOperationType.NotEqual, "2", true)]