Share via


ImageType.Equality(ImageType, ImageType) Operator

Definition

Overriding == operator for enum ImageType

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

Parameters

e1
ImageType

the value to compare against e2

e2
ImageType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to