SumType<T1,T2,T3,T4>.Equals Method

Definition

Overloads

Equals(SumType<T1,T2,T3,T4>)
Equals(Object)

Equals(SumType<T1,T2,T3,T4>)

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

public:
 virtual bool Equals(Microsoft::VisualStudio::LanguageServer::Protocol::SumType<T1, T2, T3, T4> other);
public bool Equals (Microsoft.VisualStudio.LanguageServer.Protocol.SumType<T1,T2,T3,T4> other);
override this.Equals : Microsoft.VisualStudio.LanguageServer.Protocol.SumType<'T1, 'T2, 'T3, 'T4> -> bool
Public Function Equals (other As SumType(Of T1, T2, T3, T4)) As Boolean

Parameters

Returns

Implements

Applies to

Equals(Object)

Indicates whether this instance and a specified object are equal.

public:
 override bool Equals(System::Object ^ obj);
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