Share via


DataSourceType.Equality(DataSourceType, DataSourceType) Operator

Definition

Overriding == operator for enum DataSourceType

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

Parameters

e1
DataSourceType

the value to compare against e2

e2
DataSourceType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to