2 references to GreaterThanEqual
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (1)
50
new OperatorInfo(TokenKind.
GreaterThanEqual
, PredefinedName.PN_OPGREATERTHANOREQUAL, ExpressionKind.GreaterThanOrEqual ),
Microsoft\CSharp\RuntimeBinder\Syntax\TokenFacts.cs (1)
52
TokenKind.
GreaterThanEqual
=> ">=",