Freigeben über


WindowsSetupAdditionalInformationComponentName.Equality Operator

Definition

Determines if two WindowsSetupAdditionalInformationComponentName values are the same.

public static bool operator ==(Azure.ResourceManager.ComputeFleet.Models.WindowsSetupAdditionalInformationComponentName left, Azure.ResourceManager.ComputeFleet.Models.WindowsSetupAdditionalInformationComponentName right);
static member ( = ) : Azure.ResourceManager.ComputeFleet.Models.WindowsSetupAdditionalInformationComponentName * Azure.ResourceManager.ComputeFleet.Models.WindowsSetupAdditionalInformationComponentName -> bool
Public Shared Operator == (left As WindowsSetupAdditionalInformationComponentName, right As WindowsSetupAdditionalInformationComponentName) As Boolean

Parameters

left
WindowsSetupAdditionalInformationComponentName

The left value to compare.

right
WindowsSetupAdditionalInformationComponentName

The right value to compare.

Returns

Applies to