ActiveDirectoryAuth.Equality(ActiveDirectoryAuth, ActiveDirectoryAuth) 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 ActiveDirectoryAuth values are the same.
public static bool operator ==(Azure.ResourceManager.CosmosDBForPostgreSql.Models.ActiveDirectoryAuth left, Azure.ResourceManager.CosmosDBForPostgreSql.Models.ActiveDirectoryAuth right);
static member ( = ) : Azure.ResourceManager.CosmosDBForPostgreSql.Models.ActiveDirectoryAuth * Azure.ResourceManager.CosmosDBForPostgreSql.Models.ActiveDirectoryAuth -> bool
Public Shared Operator == (left As ActiveDirectoryAuth, right As ActiveDirectoryAuth) As Boolean
Parameters
- left
- ActiveDirectoryAuth
The left value to compare.
- right
- ActiveDirectoryAuth
The right value to compare.