ProxyAgentExecuteMode.Equality Operator

Definition

Determines if two ProxyAgentExecuteMode values are the same.

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

Parameters

left
ProxyAgentExecuteMode

The left value to compare.

right
ProxyAgentExecuteMode

The right value to compare.

Returns

Applies to