MediaGraphOutputSelectorOperator 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.
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
Azure SDK for .NET