  | PredicatesIsNotEqual Method  | 
  
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntaxpublic static NotEqualPredicate IsNotEqual(
	string attributeName,
	Object value
)
Public Shared Function IsNotEqual ( 
	attributeName As String,
	value As Object
) As NotEqualPredicate
public:
static NotEqualPredicate^ IsNotEqual(
	String^ attributeName, 
	Object^ value
)
static member IsNotEqual : 
        attributeName : string * 
        value : Object -> NotEqualPredicate 
Parameters
- attributeName
 - Type: SystemString
 - value
 - Type: SystemObject
 
Return Value
Type: 
NotEqualPredicate
See Also