DataBoundaryName Struct

Definition

The DataBoundaryName.

public readonly struct DataBoundaryName : IEquatable<Azure.ResourceManager.Resources.Models.DataBoundaryName>
type DataBoundaryName = struct
Public Structure DataBoundaryName
Implements IEquatable(Of DataBoundaryName)
Inheritance
DataBoundaryName
Implements

Constructors

DataBoundaryName(String)

Initializes a new instance of DataBoundaryName.

Properties

Default

default.

Methods

Equals(DataBoundaryName)

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(DataBoundaryName, DataBoundaryName)

Determines if two DataBoundaryName values are the same.

Implicit(String to DataBoundaryName)

Converts a string to a DataBoundaryName.

Inequality(DataBoundaryName, DataBoundaryName)

Determines if two DataBoundaryName values are not the same.

Applies to