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