Share via


UnderlyingResourceAction.Equality Operator

Definition

Overriding == operator for enum UnderlyingResourceAction

public static bool operator == (Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UnderlyingResourceAction e1, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UnderlyingResourceAction e2);
static member ( = ) : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UnderlyingResourceAction * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UnderlyingResourceAction -> bool
Public Shared Operator == (e1 As UnderlyingResourceAction, e2 As UnderlyingResourceAction) As Boolean

Parameters

e1
UnderlyingResourceAction

the value to compare against e2

e2
UnderlyingResourceAction

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to