LogicalOperationKind Struct

Definition

Set to 'OR' or 'AND' for using corresponding logical operation.

public readonly struct LogicalOperationKind : IEquatable<Azure.AI.Language.QuestionAnswering.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

"AND" logical operation.

Or

"OR" logical operation.

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