Sdílet prostřednictvím


MigrationConfigurationName.Equality Operator

Definition

Overriding == operator for enum MigrationConfigurationName

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

Parameters

e1
MigrationConfigurationName

the value to compare against e2

e2
MigrationConfigurationName

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to