IsDeviceOperator.Equality(IsDeviceOperator, IsDeviceOperator) Operator

Definition

Determines if two IsDeviceOperator values are the same.

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

Parameters

left
IsDeviceOperator

The left value to compare.

right
IsDeviceOperator

The right value to compare.

Returns

Applies to