LabelOperator 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.
Describes supported operations on label values.
public readonly struct LabelOperator : IEquatable<Azure.Communication.JobRouter.LabelOperator>
type LabelOperator = struct
Public Structure LabelOperator
Implements IEquatable(Of LabelOperator)
- Inheritance
-
LabelOperator
- Implements
Constructors
LabelOperator(String) |
Initializes a new instance of LabelOperator. |
Properties
Equal |
Equal. |
GreaterThan |
Greater than. |
GreaterThanOrEqual |
Greater than or equal. |
LessThan |
Less than. |
LessThanOrEqual |
Less than or equal. |
NotEqual |
Not Equal. |
Methods
Equals(LabelOperator) |
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(LabelOperator, LabelOperator) |
Determines if two LabelOperator values are the same. |
Implicit(String to LabelOperator) |
Converts a string to a LabelOperator. |
Inequality(LabelOperator, LabelOperator) |
Determines if two LabelOperator values are not the same. |
Applies to
Azure SDK for .NET