Share via


ValueType Struct

Definition

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)

Converts a String to a ValueType.

Inequality(ValueType, ValueType)

Determines if two ValueType values are not the same.

Applies to