DiskDetachOptionType.Inequality Operator

Definition

Determines if two DiskDetachOptionType values are not the same.

public static bool operator !=(Azure.ResourceManager.Compute.Models.DiskDetachOptionType left, Azure.ResourceManager.Compute.Models.DiskDetachOptionType right);
static member op_Inequality : 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