LogicalOperationKind Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set to 'OR' or 'AND' for using corresponding logical operation.
public readonly struct LogicalOperationKind : IEquatable<Azure.AI.Language.Conversations.Models.LogicalOperationKind>
type LogicalOperationKind = struct
Public Structure LogicalOperationKind
Implements IEquatable(Of LogicalOperationKind)
- Inheritance
-
LogicalOperationKind
- Implements
Constructors
LogicalOperationKind(String) |
Initializes a new instance of LogicalOperationKind. |
Properties
And |
Logical AND. |
Or |
Logical OR. |
Methods
Equals(LogicalOperationKind) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(LogicalOperationKind, LogicalOperationKind) |
Determines if two LogicalOperationKind values are the same. |
Implicit(String to LogicalOperationKind) |
Converts a string to a LogicalOperationKind. |
Inequality(LogicalOperationKind, LogicalOperationKind) |
Determines if two LogicalOperationKind values are not the same. |
Applies to
Azure SDK for .NET