Delen via


VMPriceOstype.Equality(VMPriceOstype, VMPriceOstype) Operator

Definition

Overriding == operator for enum VMPriceOstype

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

Parameters

e1
VMPriceOstype

the value to compare against e2

e2
VMPriceOstype

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to