Condividi tramite


SyncType.Equality(SyncType, SyncType) Operator

Definition

Overriding == operator for enum SyncType

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

Parameters

e1
SyncType

the value to compare against e2

e2
SyncType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to