ArgumentArity.Inequality(ArgumentArity, ArgumentArity) Operator

Definition

Determines whether two instances of ArgumentArity are not equal.

public static bool operator !=(Microsoft.Testing.Platform.Extensions.CommandLine.ArgumentArity left, Microsoft.Testing.Platform.Extensions.CommandLine.ArgumentArity right);
static member op_Inequality : Microsoft.Testing.Platform.Extensions.CommandLine.ArgumentArity * Microsoft.Testing.Platform.Extensions.CommandLine.ArgumentArity -> bool
Public Shared Operator != (left As ArgumentArity, right As ArgumentArity) As Boolean

Parameters

left
ArgumentArity

The first ArgumentArity to compare.

right
ArgumentArity

The second ArgumentArity to compare.

Returns

true if the instances are not equal; otherwise, false.

Applies to