3 references to GreaterEqual
Microsoft.AspNetCore.Rewrite (2)
ApacheModRewrite\RuleBuilder.cs (1)
112match = new StringMatch(input.Operand, StringOperationType.GreaterEqual, input.Invert);
UrlMatches\StringMatch.cs (1)
34case StringOperationType.GreaterEqual:
Microsoft.AspNetCore.Rewrite.Tests (1)
UrlMatches\StringMatchTests.cs (1)
14[InlineData("a", (int)StringOperationType.GreaterEqual, true, "b", true)]