SecureDeliveryProtocolType.Equality Operator

Definition

Determines if two SecureDeliveryProtocolType values are the same.

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

Parameters

left
SecureDeliveryProtocolType

The left value to compare.

right
SecureDeliveryProtocolType

The right value to compare.

Returns

Applies to