ArgumentArity.Equality(ArgumentArity, ArgumentArity) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.