ToneValue 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 tone value.
public readonly struct ToneValue : IEquatable<Azure.Communication.CallingServer.ToneValue>
type ToneValue = struct
Public Structure ToneValue
Implements IEquatable(Of ToneValue)
- Inheritance
-
ToneValue
- Implements
Constructors
ToneValue(String) |
Initializes a new instance of ToneValue. |
Properties
A |
a. |
B |
b. |
C |
c. |
D |
d. |
Flash |
flash. |
Pound |
pound. |
Star |
star. |
Tone0 |
tone0. |
Tone1 |
tone1. |
Tone2 |
tone2. |
Tone3 |
tone3. |
Tone4 |
tone4. |
Tone5 |
tone5. |
Tone6 |
tone6. |
Tone7 |
tone7. |
Tone8 |
tone8. |
Tone9 |
tone9. |
Methods
Equals(ToneValue) |
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(ToneValue, ToneValue) |
Determines if two ToneValue values are the same. |
Implicit(String to ToneValue) |
Converts a string to a ToneValue. |
Inequality(ToneValue, ToneValue) |
Determines if two ToneValue values are not the same. |