SumType<T1,T2>.Equals Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
| Equals(SumType<T1,T2>) | |
| Equals(Object) |
Equals(SumType<T1,T2>)
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> other);
public bool Equals (Microsoft.VisualStudio.LanguageServer.Protocol.SumType<T1,T2> other);
override this.Equals : Microsoft.VisualStudio.LanguageServer.Protocol.SumType<'T1, 'T2> -> bool
Public Function Equals (other As SumType(Of T1, T2)) As Boolean
Параметры
- other
- SumType<T1,T2>