Click or drag to resize

Equals Class

Equals condition.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.Model.Manager.FilterEquals

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 Equals : ICondition

The Equals type exposes the following members.

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