DrillRunOperationVerbs.Equality Operator

Definition

Determines if two DrillRunOperationVerbs values are the same.

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

Parameters

left
DrillRunOperationVerbs

The left value to compare.

right
DrillRunOperationVerbs

The right value to compare.

Returns

Applies to