ReferencePredicateExtensions.Or Method
Combines two predicates with the or
condition. This overload accepts the second predicate as a delegate.
Declaration
[Obsolete("Use the overload parameterless method overload.")]
public static ReferencePredicate Or(this ReferencePredicate predicate, Func<ReferencePredicateBuilder, ReferencePredicate> otherPredicate)
Parameters
Returns
Declaration
public static ReferencePredicateBuilder Or(this ReferencePredicate predicate)
Parameters
Returns
Combines two predicates with the or
condition. This overload accepts the second predicate as a ReferencePredicate.
Declaration
public static ReferencePredicate Or(this ReferencePredicate predicate, ReferencePredicate? otherPredicate)
Parameters
Returns