







![]() ![]() ![]() |
CuttingEdge.Conditions reference library |
ValidatorExtensions..::.IsNotShorterOrEqual Method |
ValidatorExtensions Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
![]() ![]() | IsNotShorterOrEqual<(Of <(TCollection>)>)(ConditionValidator<(Of <(TCollection>)>), Int32) |
Checks whether the number of elements in the given value, is not less than and not equals to the
specified numberOfElements argument. An exception is thrown otherwise. When the
value is a null reference, it is considered to have 0 elements.
|
![]() ![]() | IsNotShorterOrEqual<(Of <(TCollection>)>)(ConditionValidator<(Of <(TCollection>)>), Int32, String) |
Checks whether the number of elements in the given value, is not less than and not equals to the
specified numberOfElements argument. An exception is thrown otherwise. When the
value is a null reference, it is considered to have 0 elements.
|