DiskDetachOptionType.Equality Operator

Definition

Determines if two DiskDetachOptionType values are the same.

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

Parameters

left
DiskDetachOptionType

The left value to compare.

right
DiskDetachOptionType

The right value to compare.

Returns

Applies to