Summary
Checks if
Specification
is satisfied by candidate object.
- Namespace
- FluentSpecification
.Core - Containing Type
- Validation
Specification <T>
Syntax
public abstract bool IsSatisfiedBy(T candidate)
Parameters
Name | Type | Description |
---|---|---|
candidate | T | Candidate object to verification. |
Return Value
Type | Description |
---|---|
bool |
true - false - is not. |