AffectedObjectDetailsType Struct

Definition

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

Constructors

Name Description
AffectedObjectDetailsType(String)

Initializes a new instance of AffectedObjectDetailsType.

Properties

Name Description
Object

Gets the Object.

Methods

Name Description
Equals(AffectedObjectDetailsType)

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

Determines if two AffectedObjectDetailsType values are the same.

Implicit(String to AffectedObjectDetailsType)

Converts a string to a AffectedObjectDetailsType.

Implicit(String to Nullable<AffectedObjectDetailsType>)
Inequality(AffectedObjectDetailsType, AffectedObjectDetailsType)

Determines if two AffectedObjectDetailsType values are not the same.

Applies to