13 overrides of GreaterThan
System.Workflow.Activities (13)
Rules\Literal.cs (13)
1447internal override bool GreaterThan(long literalValue) 1817internal override bool GreaterThan(long rhs) 2100internal override bool GreaterThan(long rhs) 2375internal override bool GreaterThan(long rhs) 2645internal override bool GreaterThan(long rhs) 2903internal override bool GreaterThan(long rhs) 3177internal override bool GreaterThan(long rhs) 3463internal override bool GreaterThan(long rhs) 3749internal override bool GreaterThan(long rhs) 4035internal override bool GreaterThan(long rhs) 4293internal override bool GreaterThan(long rhs) 4567internal override bool GreaterThan(long rhs) 4833internal override bool GreaterThan(long rhs)
1 reference to GreaterThan
System.Workflow.Activities (1)
Rules\Literal.cs (1)
3380return rhs.GreaterThan(m_value);