SdnIntegrationIntent.Equality Operator

Definition

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.

Returns

Applies to