Summary
Checks if
Specification
is satisfied by candidate object.
- Namespace
- FluentSpecification
.Common .Abstractions - Containing Type
- Base
Collection Specification <T, TType>
Syntax
[PublicAPI]
public abstract bool IsSatisfiedBy(T candidate)
Attributes
Type | Description |
---|---|
PublicAPI |
Parameters
Name | Type | Description |
---|---|---|
candidate | T | Candidate object to verification. |
Return Value
Type | Description |
---|---|
bool |
true - false - is not. |