|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Evaluators Namespace > StringEvaluator.StringEvaluationTypes Enumeration |
Represents the different types of string evaluations that can be performed.
Namespace: BNCS.Logic.Evaluators
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public enum StringEvaluationTypes
Description |
||
|---|---|---|
Equals |
Determines whether the specified object is equal to the current object. |
|
NotEquals |
Determines whether two specified objects are not equal. |
|
Contains |
Determines whether a sequence contains a specified element by using a specified comparer. |
|
NotContains |
Determines whether the specified collection does not contain the specified element. |
|
InList |
Determines whether a specified item is present in a list. |
|
NotInList |
Determines whether a specified item is not present in a given list. |
BNCS.Logic.Evaluators Namespace