ValueType 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.
Type of value copied from source.
public readonly struct ValueType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.ValueType>
type ValueType = struct
Public Structure ValueType
Implements IEquatable(Of ValueType)
- Inheritance
-
ValueType
- Implements
Constructors
| Name | Description |
|---|---|
| ValueType(String) |
Initializes a new instance of ValueType. |
Properties
| Name | Description |
|---|---|
| Actual |
actual. |
| Display |
display. |
Methods
| Name | Description |
|---|---|
| Equals(ValueType) |
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(ValueType, ValueType) |
Determines if two ValueType values are the same. |
| Implicit(String to ValueType) | |
| Inequality(ValueType, ValueType) |
Determines if two ValueType values are not the same. |