DataBoxEdgeUserType.Equality(DataBoxEdgeUserType, DataBoxEdgeUserType) Operator

Definition

Determines if two DataBoxEdgeUserType values are the same.

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

Parameters

left
DataBoxEdgeUserType

The left value to compare.

right
DataBoxEdgeUserType

The right value to compare.

Returns

Applies to