Share via


OSFamily.Equality(OSFamily, OSFamily) Operator

Definition

Overriding == operator for enum OSFamily

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

Parameters

e1
OSFamily

the value to compare against e2

e2
OSFamily

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to