Share via


Size.Equality(Size, Size) Operator

Definition

Overriding == operator for enum Size

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

Parameters

e1
Size

the value to compare against e2

e2
Size

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to