SecurityType.Equality(SecurityType, SecurityType) Operator

Definition

Determines if two SecurityType values are the same.

public static bool operator ==(Azure.ResourceManager.Compute.Models.SecurityType left, Azure.ResourceManager.Compute.Models.SecurityType right);
static member ( = ) : Azure.ResourceManager.Compute.Models.SecurityType * Azure.ResourceManager.Compute.Models.SecurityType -> bool
Public Shared Operator == (left As SecurityType, right As SecurityType) As Boolean

Parameters

left
SecurityType

The left value to compare.

right
SecurityType

The right value to compare.

Returns

Applies to