SumType<T1,T2>.Equality 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.
public:
static bool operator ==(Microsoft::VisualStudio::LanguageServer::Protocol::SumType<T1, T2> left, Microsoft::VisualStudio::LanguageServer::Protocol::SumType<T1, T2> right);
public static bool operator == (Microsoft.VisualStudio.LanguageServer.Protocol.SumType<T1,T2> left, Microsoft.VisualStudio.LanguageServer.Protocol.SumType<T1,T2> right);
static member ( = ) : Microsoft.VisualStudio.LanguageServer.Protocol.SumType<'T1, 'T2> * Microsoft.VisualStudio.LanguageServer.Protocol.SumType<'T1, 'T2> -> bool
Public Shared Operator == (left As SumType(Of T1, T2), right As SumType(Of T1, T2)) As Boolean
Parameters
- left
- SumType<T1,T2>
- right
- SumType<T1,T2>