CommandLineOption.Equals Method

Definition

Overloads

Equals(CommandLineOption)

Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs

Indicates whether the current object is equal to another object of the same type.

public bool Equals(Microsoft.Testing.Platform.Extensions.CommandLine.CommandLineOption? other);
override this.Equals : Microsoft.Testing.Platform.Extensions.CommandLine.CommandLineOption -> bool
Public Function Equals (other As CommandLineOption) As Boolean

Parameters

Returns

Implements

Applies to

Equals(Object)

Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs
Source:
CommandLineOption.cs

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Returns

Applies to