Summary
Result negation of
Specification
passed in constructor.
- Namespace
- FluentSpecification
.Core .Composite - Containing Type
- NotSpecification
<T>
Syntax
[PublicAPI]
public bool IsSatisfiedBy(T candidate)
Attributes
Type | Description |
---|---|
PublicAPI |
Parameters
Name | Type | Description |
---|---|---|
candidate | T | Candidate object to verification. |
Return Value
Type | Description |
---|---|
bool |
Overall result as negation of base Specifications .
|