Language

LengthHeightUnit.Equality(LengthHeightUnit, LengthHeightUnit) Operator

Definition

Overriding == operator for enum LengthHeightUnit

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

Parameters

e1
LengthHeightUnit

the value to compare against e2

e2
LengthHeightUnit

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to