NotEqualPredicate ClassHazelcast .Net Client Class Library
Inheritance Hierarchy

SystemObject
  Hazelcast.CoreEqualPredicate
    Hazelcast.CoreNotEqualPredicate

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.2.0
Syntax

public class NotEqualPredicate : EqualPredicate

The NotEqualPredicate type exposes the following members.

Constructors

  NameDescription
Public methodNotEqualPredicate
Initializes a new instance of the NotEqualPredicate class
Public methodNotEqualPredicate(String, Object)
Initializes a new instance of the NotEqualPredicate class
Top
Methods

  NameDescription
Public methodEquals (Inherited from EqualPredicate.)
Public methodGetFactoryId (Inherited from EqualPredicate.)
Public methodGetHashCode (Inherited from EqualPredicate.)
Public methodGetId (Overrides EqualPredicateGetId.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReadData (Inherited from EqualPredicate.)
Public methodToString (Overrides EqualPredicateToString.)
Public methodWriteData (Inherited from EqualPredicate.)
Top
See Also

Reference