Udostępnij za pośrednictwem


OperationProperties.Equality(OperationProperties, OperationProperties) Operator

Definition

Overriding == operator for enum OperationProperties

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

Parameters

e1
OperationProperties

the value to compare against e2

e2
OperationProperties

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to