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.
Defines values for TrackPropertyCompareOperation.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.TrackPropertyCompareOperationConverter))]
public struct TrackPropertyCompareOperation : IEquatable<Microsoft.Azure.Management.Media.Models.TrackPropertyCompareOperation>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.TrackPropertyCompareOperationConverter))>]
type TrackPropertyCompareOperation = struct
Public Structure TrackPropertyCompareOperation
Implements IEquatable(Of TrackPropertyCompareOperation)
- Inheritance
-
TrackPropertyCompareOperation
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Equal |
Equal operation |
Unknown |
Unknown track property compare operation |
Methods
Equals(Object) |
Overrides Equals operator for TrackPropertyCompareOperation |
Equals(TrackPropertyCompareOperation) |
Compares enums of type TrackPropertyCompareOperation |
GetHashCode() |
Returns for hashCode TrackPropertyCompareOperation |
ToString() |
Returns string representation for TrackPropertyCompareOperation |
Operators
Equality(TrackPropertyCompareOperation, TrackPropertyCompareOperation) |
Overriding == operator for enum TrackPropertyCompareOperation |
Implicit(String to TrackPropertyCompareOperation) |
Implicit operator to convert string to TrackPropertyCompareOperation |
Implicit(TrackPropertyCompareOperation to String) |
Implicit operator to convert TrackPropertyCompareOperation to string |
Inequality(TrackPropertyCompareOperation, TrackPropertyCompareOperation) |
Overriding != operator for enum TrackPropertyCompareOperation |
Applies to
Azure SDK for .NET