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