Freigeben über


PassName Struct

Definition

The PassName.

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

Constructors

Name Description
PassName(String)

Initializes a new instance of PassName.

Properties

Name Description
OobeSystem

OobeSystem.

Methods

Name Description
Equals(PassName)

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

Determines if two PassName values are the same.

Implicit(String to PassName)

Converts a String to a PassName.

Inequality(PassName, PassName)

Determines if two PassName values are not the same.

Applies to