DoesNotContain Method

CuttingEdge.Conditions

Overload List

  NameDescription
DoesNotContain(ConditionValidator<(Of <(String>)>), String)
Checks whether the given value does not contain the specified value. An exception is thrown otherwise.
DoesNotContain<(Of <(TCollection>)>)(ConditionValidator<(Of <(TCollection>)>), Object)
Checks whether the given value does not contain 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.
DoesNotContain<(Of <(TCollection, TElement>)>)(ConditionValidator<(Of <(TCollection>)>), TElement)
Checks whether the given value does not contain 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.
DoesNotContain(ConditionValidator<(Of <(String>)>), String, String)
Checks whether the given value does not contain the specified value. An exception is thrown otherwise.
DoesNotContain<(Of <(TCollection>)>)(ConditionValidator<(Of <(TCollection>)>), Object, String)
Checks whether the given value does not contain 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.
DoesNotContain<(Of <(TCollection, TElement>)>)(ConditionValidator<(Of <(TCollection>)>), TElement, String)
Checks whether the given value does not contain 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