Enum Condition
The condition on which to base the outcome of a comparison.
Namespace: RuriLib
Assembly: RuriLib.dll
Syntax
public enum Condition
Fields
| Name | Description |
|---|---|
| Contains | A contains B. |
| DoesNotContain | A does not contain B. |
| EqualTo | A is equal to B. |
| Exists | Whether any variable can be replaced inside the string. |
| GreaterThan | A is greater than B. |
| LessThan | A is less than B. |
| NotEqualTo | A is not equal to B. |