Share via


IPVersion.Equality(IPVersion, IPVersion) Operator

Definition

Overriding == operator for enum IPVersion

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

Parameters

e1
IPVersion

the value to compare against e2

e2
IPVersion

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to