LoginMode.Equality(LoginMode, LoginMode) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if two LoginMode values are the same.
public static bool operator ==(Azure.Compute.Batch.LoginMode left, Azure.Compute.Batch.LoginMode right);
static member ( = ) : Azure.Compute.Batch.LoginMode * Azure.Compute.Batch.LoginMode -> bool
Public Shared Operator == (left As LoginMode, right As LoginMode) As Boolean
Parameters
- left
- LoginMode
- right
- LoginMode