Share via


DataTypeState.Equality(DataTypeState, DataTypeState) Operator

Definition

Overriding == operator for enum DataTypeState

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

Parameters

e1
DataTypeState

the value to compare against e2

e2
DataTypeState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to