Share via


TransferType.Equality(TransferType, TransferType) Operator

Definition

Overriding == operator for enum TransferType

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

Parameters

e1
TransferType

the value to compare against e2

e2
TransferType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to