AdditionalUnattendContentComponentName.Equality Operator

Definition

Determines if two AdditionalUnattendContentComponentName values are the same.

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

Parameters

left
AdditionalUnattendContentComponentName

The left value to compare.

right
AdditionalUnattendContentComponentName

The right value to compare.

Returns

Applies to