Share via


PostArgsOperator.Equality(PostArgsOperator, PostArgsOperator) Operator

Definition

Overriding == operator for enum PostArgsOperator

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

Parameters

e1
PostArgsOperator

the value to compare against e2

e2
PostArgsOperator

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to