DoesNotContainAll Method

CuttingEdge.Conditions

Overload List

  NameDescription
DoesNotContainAll<(Of <(TCollection, TElement>)>)(ConditionValidator<(Of <(TCollection>)>), IEnumerable<(Of <(TElement>)>))
Checks whether the given value does not contains all of the specified elements. An exception is thrown otherwise. When the elements collection is a null reference or an empty list, the collection is considered to contain all of the specified (even if the value itself is empty). When the given value is empty and the given elements list isn't, the collection is considered to not contain all of the specified elements.
DoesNotContainAll<(Of <(TCollection>)>)(ConditionValidator<(Of <(TCollection>)>), IEnumerable)
Checks whether the given value does not contains all of the specified elements. An exception is thrown otherwise. When the elements collection is a null reference or an empty list, the collection is considered to contain all of the specified (even if the value itself is empty). When the given value is empty and the given elements list isn't, the collection is considered to not contain all of the specified elements.
DoesNotContainAll<(Of <(TCollection, TElement>)>)(ConditionValidator<(Of <(TCollection>)>), IEnumerable<(Of <(TElement>)>), String)
Checks whether the given value does not contains all of the specified elements. An exception is thrown otherwise. When the elements collection is a null reference or an empty list, the collection is considered to contain all of the specified (even if the value itself is empty). When the given value is empty and the given elements list isn't, the collection is considered to not contain all of the specified elements.
DoesNotContainAll<(Of <(TCollection>)>)(ConditionValidator<(Of <(TCollection>)>), IEnumerable, String)
Checks whether the given value does not contains all of the specified elements. An exception is thrown otherwise. When the elements collection is a null reference or an empty list, the collection is considered to contain all of the specified (even if the value itself is empty). When the given value is empty and the given elements list isn't, the collection is considered to not contain all of the specified elements.

See Also