Summary
Checks if
Specification is NOT satisfied by candidate object.
- Namespace
- FluentSpecification
.Abstractions .Generic - Containing Type
- I
Negatable Specification <T>
Syntax
[PublicAPI]
bool IsNotSatisfiedBy(T candidate)
Attributes
| Type | Description |
|---|---|
| PublicAPI |
Parameters
| Name | Type | Description |
|---|---|---|
| candidate | T | Candidate object to verification. |
Return Value
| Type | Description |
|---|---|
| bool |
true - false - is satisfied. |

