EntitySignalOperator 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.
Signal operator.
public readonly struct EntitySignalOperator : IEquatable<Azure.ResourceManager.CloudHealth.Models.EntitySignalOperator>
type EntitySignalOperator = struct
Public Structure EntitySignalOperator
Implements IEquatable(Of EntitySignalOperator)
- Inheritance
-
EntitySignalOperator
- Implements
Constructors
| Name | Description |
|---|---|
| EntitySignalOperator(String) |
Initializes a new instance of EntitySignalOperator. |
Properties
| Name | Description |
|---|---|
| EqualsValue |
Equal to. |
| GreaterOrEquals |
Greater than or equal to. |
| GreaterThan |
Greater than. |
| LowerOrEquals |
Lower than or equal to. |
| LowerThan |
Lower than. |
Methods
| Name | Description |
|---|---|
| Equals(EntitySignalOperator) |
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(EntitySignalOperator, EntitySignalOperator) |
Determines if two EntitySignalOperator values are the same. |
| Implicit(String to EntitySignalOperator) |
Converts a string to a EntitySignalOperator. |
| Implicit(String to Nullable<EntitySignalOperator>) | |
| Inequality(EntitySignalOperator, EntitySignalOperator) |
Determines if two EntitySignalOperator values are not the same. |