add string comparisons to ConditionalComparison enum
This commit is contained in:
parent
05888e5ec9
commit
f1939214fb
@ -48,6 +48,9 @@ namespace MBS.Framework.Logic.Conditional
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Negates the conditional comparison.
|
/// Negates the conditional comparison.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Not = 16
|
Not = 16,
|
||||||
|
StartsWith = 32,
|
||||||
|
EndsWith = 64,
|
||||||
|
Contains = 128
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user