다음을 통해 공유


MatchProcessingBehavior.Equality Operator

Definition

Overriding == operator for enum MatchProcessingBehavior

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

Parameters

e1
MatchProcessingBehavior

the value to compare against e2

e2
MatchProcessingBehavior

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to