TrackPropertyCompareOperation 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.
Track property condition operation.
public readonly struct TrackPropertyCompareOperation : IEquatable<Azure.ResourceManager.Media.Models.TrackPropertyCompareOperation>
type TrackPropertyCompareOperation = struct
Public Structure TrackPropertyCompareOperation
Implements IEquatable(Of TrackPropertyCompareOperation)
- Inheritance
-
TrackPropertyCompareOperation
- Implements
Constructors
| Name | Description |
|---|---|
| TrackPropertyCompareOperation(String) |
Initializes a new instance of TrackPropertyCompareOperation. |
Properties
| Name | Description |
|---|---|
| Equal |
Equal operation. |
| Unknown |
Unknown track property compare operation. |
Methods
| Name | Description |
|---|---|
| Equals(TrackPropertyCompareOperation) |
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
| Name | Description |
|---|---|
| Equality(TrackPropertyCompareOperation, TrackPropertyCompareOperation) |
Determines if two TrackPropertyCompareOperation values are the same. |
| Implicit(String to TrackPropertyCompareOperation) |
Converts a string to a TrackPropertyCompareOperation. |
| Inequality(TrackPropertyCompareOperation, TrackPropertyCompareOperation) |
Determines if two TrackPropertyCompareOperation values are not the same. |