Inheritance Hierarchy
Hazelcast.CoreEqualPredicate
Hazelcast.CoreNotEqualPredicate
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax
The NotEqualPredicate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NotEqualPredicate | Initializes a new instance of the NotEqualPredicate class | |
NotEqualPredicate(String, Object) | Initializes a new instance of the NotEqualPredicate class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from EqualPredicate.) | |
GetFactoryId | (Inherited from EqualPredicate.) | |
GetHashCode | (Inherited from EqualPredicate.) | |
GetId | (Overrides EqualPredicateGetId.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ReadData | (Inherited from EqualPredicate.) | |
ToString | (Overrides EqualPredicateToString.) | |
WriteData | (Inherited from EqualPredicate.) |
See Also