IsNotOfType Method
|
|
| CuttingEdge.Conditions reference library |
| ValidatorExtensions..::.IsNotOfType Method |
| ValidatorExtensions Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| IsNotOfType<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), Type) |
Checks whether the Type of the given value is not of type.
An exception is thrown otherwise.
When the given value is a null reference, the check will always pass, regardless of the specified
type. Please use the IsNotNull method to check for null references).
| |
| IsNotOfType<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), Type, String) |
Checks whether the Type of the given value is not of type.
An exception is thrown otherwise.
When the given value is a null reference, the check will always pass, regardless of the specified
type. Please use the IsNotNull method to check for null references).
|