Summary
Gets overall merge result
- Namespace
- FluentSpecification
.Core .Composite - Containing Type
- OrSpecification
<T>
Syntax
[PublicAPI]
protected override bool Merge(bool left, bool right)
Attributes
| Type | Description |
|---|---|
| PublicAPI |
Parameters
| Name | Type | Description |
|---|---|---|
| left | bool | "Left" Specification result. |
| right | bool | "Right" Specification result. |
Return Value
| Type | Description |
|---|---|
| bool | Overall Specification result. |

