Partager via


GalleryExtendedLocationType.Equality Operator

Definition

Overriding == operator for enum GalleryExtendedLocationType

public static bool operator == (Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType e1, Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType e2);
static member ( = ) : Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType * Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType -> bool
Public Shared Operator == (e1 As GalleryExtendedLocationType, e2 As GalleryExtendedLocationType) As Boolean

Parameters

e1
GalleryExtendedLocationType

the value to compare against e2

e2
GalleryExtendedLocationType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to