Class ConditionChecker
Static Class used to check if a condition is true or false.
Inheritance
System.Object
ConditionChecker
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: RuriLib
Assembly: RuriLib.dll
Syntax
public static class ConditionChecker
Methods
| Improve this Doc View SourceVerify(String, Condition, String, BotData)
Verifies if a comparison is true or false.
Declaration
public static bool Verify(string left, Condition condition, string right, BotData data)
Parameters
Type | Name | Description |
---|---|---|
System.String | left | The left-hand term in the comparison |
Condition | condition | The condition of the comparison |
System.String | right | The right-hand term in the comparison |
BotData | data | The BotData used for variable replacement |
Returns
Type | Description |
---|---|
System.Boolean | Whether the comparison is true or false |