Share via


EntityQueryKind.Equality(EntityQueryKind, EntityQueryKind) Operator

Definition

Overriding == operator for enum EntityQueryKind

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

Parameters

e1
EntityQueryKind

the value to compare against e2

e2
EntityQueryKind

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to