LargeInstanceSizeName.Equality Operator

Definition

Determines if two LargeInstanceSizeName values are the same.

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

Parameters

left
LargeInstanceSizeName

The left value to compare.

right
LargeInstanceSizeName

The right value to compare.

Returns

Applies to