Range.Equality(Range, Range) 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::Range ^ value1, Microsoft::VisualStudio::LanguageServer::Protocol::Range ^ value2);
public static bool operator == (Microsoft.VisualStudio.LanguageServer.Protocol.Range? value1, Microsoft.VisualStudio.LanguageServer.Protocol.Range? value2);
static member ( = ) : Microsoft.VisualStudio.LanguageServer.Protocol.Range * Microsoft.VisualStudio.LanguageServer.Protocol.Range -> bool
Public Shared Operator == (value1 As Range, value2 As Range) As Boolean
Parameters
- value1
- Range
- value2
- Range