Click or drag to resize

NotEquals Class

NotEquals condition.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.Model.Manager.FilterNotEquals

Namespace:  SoftGear.Strix.Client.Core.Model.Manager.Filter
Assembly:  strix-client-csharp-core (in strix-client-csharp-core.dll) Version: 2.3.0
Syntax
C#
[SerializableAttribute]
public class NotEquals : ICondition

The NotEquals type exposes the following members.

Constructors
  NameDescription
Public methodNotEquals
Initializes a new instance of the NotEquals class
Public methodNotEquals(Field, IValueType)
Initializes a new instance of the NotEquals class
Top
Methods
Remarks
Checks if the value of a field is not equal to the specified value.
See Also