Click or drag to resize

PredicateExt.And Method

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public static AndPredicate And(
	this IPredicate firstPredicate,
	IPredicate secondPredicate
)

Parameters

firstPredicate
Type: Hazelcast.Core.IPredicate
secondPredicate
Type: Hazelcast.Core.IPredicate

Return Value

Type: AndPredicate

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IPredicate. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also