SyncOnPremPasswords.Equality(SyncOnPremPasswords, SyncOnPremPasswords) Operator

Definition

Overriding == operator for enum SyncOnPremPasswords

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

Parameters

e1
SyncOnPremPasswords

the value to compare against e2

e2
SyncOnPremPasswords

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to