Share via


EntityMappingType.Equality(EntityMappingType, EntityMappingType) Operator

Definition

Overriding == operator for enum EntityMappingType

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

Parameters

e1
EntityMappingType

the value to compare against e2

e2
EntityMappingType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to