Share via


Setting<T>.Equals Method

Definition

Overloads

Equals(Setting<T>)
Equals(Object)

Equals(Setting<T>)

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

public bool Equals (Microsoft.VisualStudio.Extensibility.Settings.Setting<T>? other);
override this.Equals : Microsoft.VisualStudio.Extensibility.Settings.Setting<'T> -> bool
Public Function Equals (other As Setting(Of T)) As Boolean

Parameters

other
Setting<T>

Returns

Implements

Applies to

Equals(Object)

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