  | PredicateExtGreaterThan Method  | 
  
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntaxpublic static GreaterLessPredicate GreaterThan(
	this PredicateProperty predicateProperty,
	Object value
)
<ExtensionAttribute>
Public Shared Function GreaterThan ( 
	predicateProperty As PredicateProperty,
	value As Object
) As GreaterLessPredicate
public:
[ExtensionAttribute]
static GreaterLessPredicate^ GreaterThan(
	PredicateProperty^ predicateProperty, 
	Object^ value
)
[<ExtensionAttribute>]
static member GreaterThan : 
        predicateProperty : PredicateProperty * 
        value : Object -> GreaterLessPredicate 
Parameters
- predicateProperty
 - Type: Hazelcast.CorePredicateProperty
 - value
 - Type: SystemObject
 
Return Value
Type: 
GreaterLessPredicateUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type 
PredicateProperty. 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