[]
        
(Showing Draft Content)

Forguncy.Forguncy.Plugin.compareType

枚举: compareType

Forguncy.Plugin.compareType

比较类型。

Enumeration Members

BeginsWith

BeginsWith = 6

以指定字符串开头。


Contains

Contains = 10

包含指定字符串。


EndsWith

EndsWith = 8

以指定字符串结尾。


EqualsTo

EqualsTo = 0

等于。


GreaterThan

GreaterThan = 2

大于。


GreaterThanOrEqualsTo

GreaterThanOrEqualsTo = 3

大等于。


In

In = 12

在里边。


LessThan

LessThan = 4

小于。


LessThanOrEqualsTo

LessThanOrEqualsTo = 5

小于等于。


NotBeginWith

NotBeginWith = 7

不以指定字符串开头。


NotContains

NotContains = 11

不包含指定字符串。


NotEndWith

NotEndWith = 9

不以指定字符串结尾。


NotEqualsTo

NotEqualsTo = 1

不等于。


NotIn

NotIn = 13

不在里边。