StringEvaluator.StringEvaluationTypes Enumeration

<< 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)

 

Syntax


public enum StringEvaluationTypes

 

Members



Member name

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.

 

See Also


BNCS.Logic.Evaluators Namespace