Freigeben über


DeleteFromHost Struct

Definition

The DeleteFromHost.

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

Constructors

Name Description
DeleteFromHost(String)

Initializes a new instance of DeleteFromHost.

Properties

Name Description
False

false.

True

true.

Methods

Name Description
Equals(DeleteFromHost)

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

Determines if two DeleteFromHost values are the same.

Implicit(String to DeleteFromHost)

Converts a String to a DeleteFromHost.

Inequality(DeleteFromHost, DeleteFromHost)

Determines if two DeleteFromHost values are not the same.

Applies to