IsDeviceMatchConditionMatchValue.Equality Operator

Definition

Determines if two IsDeviceMatchConditionMatchValue values are the same.

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

Parameters

left
IsDeviceMatchConditionMatchValue

The left value to compare.

right
IsDeviceMatchConditionMatchValue

The right value to compare.

Returns

Applies to