Click or drag to resize

Operator Enumeration

Indicates the operation code used to compare resources.

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public enum Operator
Members
  Member nameValueDescription
GreaterThan0 Strictly greater than a value.
LessThan1 Strictly lesser than a value.
EqualTo2 Equal to value.
NotEqualTo3 Not equal to value.
MemberOf4 Any of the items in set is EqualTo.
See Also

STK Parallel Computing Server 2.9 API for .NET