LogicalOperators
Namespace: Meshmakers.Octo.Runtime.Contracts.Repositories.Query
Represents a logical operator for combining filters
public enum LogicalOperators
Inheritance Object → ValueType → Enum → LogicalOperators
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| And | 0 | Logical AND operator |
| Or | 1 | Logical OR operator |