次の方法で共有


QueryStringCachingBehavior.Inequality Operator

Definition

Overriding != operator for enum QueryStringCachingBehavior

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

Parameters

e1
QueryStringCachingBehavior

the value to compare against e2

e2
QueryStringCachingBehavior

the value to compare against e1

Returns

true if the two instances are not equal to the same value

Applies to