GalleryExtendedLocationType.Inequality Operator

Definition

Determines if two GalleryExtendedLocationType values are not the same.

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

Parameters

left
GalleryExtendedLocationType

The left value to compare.

right
GalleryExtendedLocationType

The right value to compare.

Returns

Applies to