And(ReferencePredicate, Func<ReferencePredicateBuilder, ReferencePredicate>)
Combines two predicates with the and condition. This overload accepts the second predicate as a delegate.
Declaration
[Obsolete("Use the overload parameterless method overload.")]
public static ReferencePredicate And(this ReferencePredicate predicate, Func<ReferencePredicateBuilder, ReferencePredicate> otherPredicate)Parameters
| Type | Name | Description |
|---|---|---|
| ReferencePredicate | predicate | |
| Func<ReferencePredicateBuilder, ReferencePredicate> | otherPredicate |
Returns
| Type | Description |
|---|---|
| ReferencePredicate |
And(ReferencePredicate)
Declaration
public static ReferencePredicateBuilder And(this ReferencePredicate predicate)Parameters
| Type | Name | Description |
|---|---|---|
| ReferencePredicate | predicate |
Returns
| Type | Description |
|---|---|
| ReferencePredicateBuilder |
And(ReferencePredicate, ReferencePredicate)
Combines two predicates with the and condition. This overload accepts the second predicate as a ReferencePredicate.
Declaration
public static ReferencePredicate And(this ReferencePredicate predicate, ReferencePredicate otherPredicate)Parameters
| Type | Name | Description |
|---|---|---|
| ReferencePredicate | predicate | |
| ReferencePredicate | otherPredicate |
Returns
| Type | Description |
|---|---|
| ReferencePredicate |