PreferredContactMethod.Equality Operator

Definition

Determines if two PreferredContactMethod values are the same.

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

Parameters

left
PreferredContactMethod

The left value to compare.

right
PreferredContactMethod

The right value to compare.

Returns

Applies to