ArgumentArity.Equality(ArgumentArity, ArgumentArity) Operator

Definition

Determines whether two instances of ArgumentArity are equal.

public static bool operator ==(Microsoft.Testing.Platform.Extensions.CommandLine.ArgumentArity left, Microsoft.Testing.Platform.Extensions.CommandLine.ArgumentArity right);
static member ( = ) : 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 equal; otherwise, false.

Applies to