Summary
Gets
Expression for _comparer method call with values.
- Namespace
- FluentSpecification
.Common .Abstractions - Containing Type
- Base
Compare Specification <T>
Syntax
[PublicAPI]
protected bool GetComparerExpression(Expression arg, out Expression comparerExpression)
Attributes
| Type | Description |
|---|---|
| PublicAPI |
Parameters
| Name | Type | Description |
|---|---|---|
| arg | Expression | Candidate Expression parameter. |
| comparerExpression | Expression | Expression with comparer method call. |
Return Value
| Type | Description |
|---|---|
| bool |
true - false - not defined. |

