OutputSelectorOperator Struct

Definition

The operator to compare properties by.

public readonly struct OutputSelectorOperator : IEquatable<Azure.Media.VideoAnalyzer.Edge.Models.OutputSelectorOperator>
type OutputSelectorOperator = struct
Public Structure OutputSelectorOperator
Implements IEquatable(Of OutputSelectorOperator)
Inheritance
OutputSelectorOperator
Implements

Constructors

OutputSelectorOperator(String)

Initializes a new instance of OutputSelectorOperator.

Properties

Is

The property is of the type defined by value.

IsNot

The property is not of the type defined by value.

Methods

Equals(OutputSelectorOperator)

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(OutputSelectorOperator, OutputSelectorOperator)

Determines if two OutputSelectorOperator values are the same.

Implicit(String to OutputSelectorOperator)

Converts a string to a OutputSelectorOperator.

Inequality(OutputSelectorOperator, OutputSelectorOperator)

Determines if two OutputSelectorOperator values are not the same.

Applies to