MediaGraphOutputSelectorOperator Struct

Definition

The operator to compare streams by.

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

Constructors

MediaGraphOutputSelectorOperator(String)

Determines if two MediaGraphOutputSelectorOperator values are the same.

Properties

Is

A media type is the same type or a subtype.

IsNot

A media type is not the same type or a subtype.

Methods

Equals(MediaGraphOutputSelectorOperator)

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

Determines if two MediaGraphOutputSelectorOperator values are the same.

Implicit(String to MediaGraphOutputSelectorOperator)

Converts a string to a MediaGraphOutputSelectorOperator.

Inequality(MediaGraphOutputSelectorOperator, MediaGraphOutputSelectorOperator)

Determines if two MediaGraphOutputSelectorOperator values are not the same.

Applies to