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