Contains Method

CuttingEdge.Conditions

Overload List

  NameDescription
Contains(ConditionValidator<(Of <(String>)>), String)
Checks whether the given value contains the specified value. An exception is thrown otherwise.
Contains<(Of <(TCollection>)>)(ConditionValidator<(Of <(TCollection>)>), Object)
Checks whether the given value contains the specified element. An exception is thrown otherwise. When the value is a null reference it is considered empty and therefore won't contain element.
Contains<(Of <(TCollection, TElement>)>)(ConditionValidator<(Of <(TCollection>)>), TElement)
Checks whether the given value contains the specified element. An exception is thrown otherwise. When the value is a null reference it is considered empty and therefore won't contain element.
Contains(ConditionValidator<(Of <(String>)>), String, String)
Checks whether the given value contains the specified value. An exception is thrown otherwise.
Contains<(Of <(TCollection>)>)(ConditionValidator<(Of <(TCollection>)>), Object, String)
Checks whether the given value contains the specified element. An exception is thrown otherwise. When the value is a null reference it is considered empty and therefore won't contain element.
Contains<(Of <(TCollection, TElement>)>)(ConditionValidator<(Of <(TCollection>)>), TElement, String)
Checks whether the given value contains the specified element. An exception is thrown otherwise. When the value is a null reference it is considered empty and therefore won't contain element.

See Also