Type.Equality(Type, Type) Operator

Definition

Overriding == operator for enum Type

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

Parameters

e1
Type

the value to compare against e2

e2
Type

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to